Browse Source

Pull request #841: DEC-15747 feat: 【BI】ODPS数据库支持适配

Merge in DEC/decision-webui-dcm from ~FRANK.QIU/decision-webui-dcm:release/10.0 to release/10.0

* commit 'e2b1aedd9f113b25f1d8b5a5b2635893b39a6438':
  DEC-15747 feat: 【BI】ODPS数据库支持适配
release/10.0
Frank.Qiu 4 years ago
parent
commit
6e9df32dac
  1. 11
      src/modules/constants/constant.ts

11
src/modules/constants/constant.ts

@ -464,6 +464,17 @@ export const DATA_BASE_TYPES = [
'org.gjt.mm.mysql.Driver': 'jdbc:mysql://hostname:port/database',
},
},
{
text: 'ODPS',
databaseType: 'odps',
driver: 'com.aliyun.odps.jdbc.OdpsDriver',
url: 'jdbc:odps:<maxcompute_endpoint>?project=<maxcompute_project_name>',
commonly: false,
internal: true,
type: 'jdbc',
hasSchema: true,
kerberos: false,
},
{
text: 'Oracle',
databaseType: 'oracle',

Loading…
Cancel
Save