feat(add Netezza database): Add IBM Netezza support (#15450)

* Add netezza to superset

* update netezza logo

* change in logo filename

* fixing linter error

* removing stray code
This commit is contained in:
Abhishek Jog
2021-06-30 17:57:54 +05:30
committed by GitHub
parent 5f96e63bbb
commit 7ad8fd5c98
4 changed files with 46 additions and 0 deletions

View File

@@ -153,6 +153,7 @@ setup(
"teradata": ["sqlalchemy-teradata==0.9.0.dev0"],
"thumbnails": ["Pillow>=7.0.0, <8.0.0"],
"vertica": ["sqlalchemy-vertica-python>=0.5.9, < 0.6"],
"netezza": ["nzalchemy>=11.0.2"],
},
python_requires="~=3.7",
author="Apache Software Foundation",