mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
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:
@@ -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',
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user