Browse Source

Merge pull request #3028 in DEC/decision-webui-dcm from release/11.0 to feature/x

* commit 'b85872c7d46ae7e1d12f118310cb3bb4e56173a9':
  DEC-20400 feat: 【BI配合】新数据源tidb适配
research/11.0
superman 3 years ago
parent
commit
d71a042b17
  1. 11
      src/modules/constants/constant.ts

11
src/modules/constants/constant.ts

@ -550,6 +550,17 @@ export const DATA_BASE_TYPES = [
hasSchema: true,
kerberos: false,
fetchSize: 10000,
}, {
text: 'Tidb',
databaseType: 'tidb',
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,
}, {
text: 'Presto',
databaseType: 'presto',

Loading…
Cancel
Save