Browse Source

Pull request #2138: DEC-18651 适配hologres数据集

Merge in DEC/decision-webui-dcm from ~YOUKI/decision-webui-dcm:feature/10.0 to feature/10.0

* commit '3b7ed235df9de466ce1d2b3693c614f571975987':
  DEC-18651 feat: 适配hologres数据集
feature/10.0
Youki 4 years ago
parent
commit
c5d8d54182
  1. 10
      src/modules/constants/constant.ts

10
src/modules/constants/constant.ts

@ -400,6 +400,16 @@ export const DATA_BASE_TYPES = [
type: 'jdbc', type: 'jdbc',
hasSchema: true, hasSchema: true,
kerberos: true, kerberos: true,
}, {
text: 'Hologres',
databaseType: 'hologres',
driver: 'org.postgresql.Driver',
url: 'jdbc:postgresql://hostname:port/database',
commonly: false,
internal: true,
type: 'jdbc',
hasSchema: true,
kerberos: false,
}, { }, {
text: 'HP Vertica', text: 'HP Vertica',
databaseType: 'hp-vertica', databaseType: 'hp-vertica',

Loading…
Cancel
Save