Browse Source

Merge pull request #3462 in DEC/decision-webui-dcm from final/10.0 to persist/10.0

* commit '6aa4028fc4a754e7997a76a54fe879113344e279':
  DEC-20979 feat: 【BI配合】适配doris数据库
persist/10.0 10.0.19.2021.11.11
superman 3 years ago
parent
commit
b8097e5fb6
  1. 11
      src/modules/constants/constant.ts

11
src/modules/constants/constant.ts

@ -561,6 +561,17 @@ export const DATA_BASE_TYPES = [
type: 'jdbc',
hasSchema: false,
kerberos: false,
}, {
text: 'Doris',
databaseType: 'doris',
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