Browse Source

Merge pull request #6042 in DEC/decision-webui-dcm from bugfix/11.0 to release/11.0

* commit '9a3f789625a7692f9f6508210f1cdb961e5fad02':
  BI-112056【平台配合任务】在平台数据连接添加starrocks图标
release/11.0
superman 2 years ago
parent
commit
0f3107ecbb
  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