-
Notifications
You must be signed in to change notification settings - Fork 13.8k
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
feat(db_engine_specs): added support for Denodo Virtual DataPort (Superset 4.0 branch) #29926
feat(db_engine_specs): added support for Denodo Virtual DataPort (Superset 4.0 branch) #29926
Conversation
…erset 4.0 branch)
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.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 4.0 #29926 +/- ##
===========================================
+ Coverage 69.65% 83.14% +13.48%
===========================================
Files 1910 512 -1398
Lines 74936 36101 -38835
Branches 8425 0 -8425
===========================================
- Hits 52200 30017 -22183
+ Misses 20671 6084 -14587
+ Partials 2065 0 -2065
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Code LGTM, cool to see yet another new db engine! owever I'm curious if we really need to rejig those sidebar_position
entries every time we add a new entry that's not at the end of the list? @rusackas do you know?
@denodo-research-labs please check the failing CI checks (probably minor linting issues) |
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.
@denodo-research-labs Thanks for your contribution. Would you mind point to master
instead of 4.0
branch? Otherwise this feature will get dropped in future releases.
Also, 4.0 cannot accept features. It would require a minor release such as 4.1, 4.2, etc.
There are two PRs, we created #29927 for |
We are now adding modifications to the PR for 4.1 in |
@denodo-research-labs Ideally, you would only merge this to master and let the release manager determine in which minor version this should be included. For 4.1, the release manager is @sadpandajoe. |
SUMMARY
Following up on #20656, this PR adds basic support for connecting to Denodo Virtual DataPort (aka VDP Server) from Superset 4.0.x.
This includes:
superset/db_engine_specs/denodo.py
).setup.py
).docs/docs/databases/*
).ADDITIONAL INFORMATION