-
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(add Netezza database): Add IBM Netezza support #15450
Conversation
Codecov Report
@@ Coverage Diff @@
## master #15450 +/- ##
==========================================
- Coverage 77.78% 77.55% -0.24%
==========================================
Files 966 969 +3
Lines 49629 49916 +287
Branches 6314 6314
==========================================
+ Hits 38606 38711 +105
- Misses 10822 11004 +182
Partials 201 201
Flags with carried forward coverage won't be shown. Click here to find out more.
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.
Thanks for the contribution! Please fix the linting error, after that I think this is good to go.
@abhishekjog could you also add/update the documentation? |
yes. I had raised a separate PR, which is now merged. |
* Add netezza to superset * update netezza logo * change in logo filename * fixing linter error * removing stray code
* Add netezza to superset * update netezza logo * change in logo filename * fixing linter error * removing stray code
* Add netezza to superset * update netezza logo * change in logo filename * fixing linter error * removing stray code
SUMMARY
Add support for IBM Netezza Performance Server (aka Netezza)
TESTING INSTRUCTIONS
Install Superset
Add Database with "netezza+nzpy://user:password@host:5480/database". Test that the database is added successfully.
Create Dataset. Check that all schema and tables are listed in drop down. We have checked correct queries are fired in netezza backend logs.
Try running queries, create charts etc.
ADDITIONAL INFORMATION