Browse Source

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

* commit 'c5d8d541822d8868fc1775cbc48f49f35b3ae5b7':
  DEC-18651 feat: 适配hologres数据集
research/10.0
superman 4 years ago
parent
commit
9b47408a3d
  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