Browse Source

BI-112056【平台配合任务】在平台数据连接添加starrocks图标

feature/x
lidongy 2 years ago
parent
commit
9deb4cb5b3
  1. 12
      src/modules/constants/constant.ts

12
src/modules/constants/constant.ts

@ -714,6 +714,18 @@ export const DATA_BASE_TYPES = [
hasSchema: true,
kerberos: false,
fetchSize: 10000,
},
{
text: BI.i18nText('StarRocks'),
databaseType: 'starrocks',
driver: 'com.mysql.jdbc.Driver',
drivers: ['com.mysql.jdbc.Driver'],
url: 'jdbc:mysql://hostname:port/database',
commonly: false,
internal: true,
type: 'jdbc',
hasSchema: false,
kerberos: false,
}
];

Loading…
Cancel
Save