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

@@ -235,4 +235,9 @@ export const Databases = [
href: 'https://www.alibabacloud.com/product/hologres',
imgName: 'hologres.png',
},
{
title: 'IBM Netezza Performance Server',
href: 'https://www.ibm.com/products/netezza',
imgName: 'netezza.png',
},
];