mirror of
https://github.com/apache/superset.git
synced 2026-04-17 15:15:20 +00:00
feat: Add StarRocks support (#23209)
Signed-off-by: miomiocat <284487410@qq.com> Co-authored-by: Ville Brofeldt <ville.brofeldt@apple.com>
This commit is contained in:
@@ -152,5 +152,10 @@ export const Databases = [
|
||||
title: 'YugabyteDB',
|
||||
href: "www.yugabyte.com",
|
||||
imgName: 'yugabyte.png'
|
||||
},
|
||||
{
|
||||
title: 'StarRocks',
|
||||
href: "www.starrocks.io",
|
||||
imgName: 'starrocks.png'
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user