Browse Source

Merge pull request #2906 in DEC/decision-webui-dcm from feature/10.0 to research/10.0

* commit '550dad3aad48edb7383ed5d5a1e5d0bd9ff4cea7':
  DEC-20400 feat: 【BI配合】新数据源tidb适配
research/10.0
superman 4 years ago
parent
commit
9efb036f00
  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