Browse Source

Merge pull request #6124 in DEC/decision-webui-dcm from bugfix/10.0 to release/10.0

* commit 'dd6f4044a646988f2853d7b6c87ecdbaf8dd6c74':
  BI-115167 传一份到10.0
release/10.0
superman 2 years ago
parent
commit
67d7466ab9
  1. 12
      src/modules/constants/constant.ts

12
src/modules/constants/constant.ts

@ -692,6 +692,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