Browse Source

Pull request #6064: BI-115167 StarRocks类型数据连接传一份到10.0

Merge in DEC/decision-webui-dcm from ~LIDONGY/decision-webui-dcm:bugfix/10.0 to bugfix/10.0

* commit '113be29b5a22512c632a0f0bc175cfbca94315bc':
  BI-115167 传一份到10.0
bugfix/10.0
lidongy-李东原 2 years ago
parent
commit
036ab7c420
  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