-
Notifications
You must be signed in to change notification settings - Fork 4.5k
[Data Sources] Initial commit for adding Dgraph support #3964
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! We are always happy to accept new query runners :-)
Please see comment about comments. Also you need to add Dgraph logo in PNG format, at the location: client/app/assets/images/db-logos/dgraph.png.
|
I know you're busy, @arikfr , but is there something else I can do to improve this PR? Thanks! :) |
…redash#3957) * Add explicit route for dashboards to allow embedding in iframes. * Add missing blank lines
* Fix: allow serializing empty or bad dates * Improve date serialization performance * Remove duplicate assertion.
* build custom alert message * fit button color tone * pass existing test * fix typos * follow code style * add webhook alert description and avoid key error * refactor: create alert template module * follow code style * use es6 class, fix template display * use alerts.options, use mustache * fix email description * alert custom subject * add alert state to template context, sanitized preview * remove console.log 🙇 * chatwork custom_subject * add alert custom message. pagerduty, mattermost, hangoutschat * Pass custom subject in webhook destination * Add log message when checking alert. * Add feature flag for extra alert options.
* WIP: JSON Data Source * Add JSON data source to default list
|
Messed up rebase. New PR is #3987 |
What type of PR is this? (check all applicable)
Description
Adding support for querying Dgraph.
Feedback welcome!