-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
[db engine] Add support for Elasticsearch #8441
[db engine] Add support for Elasticsearch #8441
Conversation
Codecov Report
@@ Coverage Diff @@
## master #8441 +/- ##
==========================================
- Coverage 67.61% 66.53% -1.09%
==========================================
Files 448 449 +1
Lines 22486 22502 +16
Branches 2364 2364
==========================================
- Hits 15204 14971 -233
- Misses 7144 7393 +249
Partials 138 138
Continue to review full report at Codecov.
|
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.
Awesome! 🎉
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.
❤️
…nto feature/elasticsearch-support
* [db engine] Add support for Elasticsearch
Wondering if anyone managed to get this working with opendistro? |
CATEGORY
Choose one
SUMMARY
Add support for Elasticsearch. Includes a specific engine spec, most work done upstream on
elasticsearch-dbapi
(https://github.com/preset-io/elasticsearch-dbapi) that implements a PEP-249 DBAPI and SQLAlchemy dialect that "queries" X-Pack SQL (Limited to no support for opendistro yet)BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
Example Dashboard:
SQLLab:
TEST PLAN
ADDITIONAL INFORMATION
REVIEWERS