Browse Source

DEC-16193 feat: 【BI】BI-76625 ODPS改为MaxCompute

release/10.0
qiucong 4 years ago
parent
commit
619b427e5b
  1. 2
      src/modules/constants/constant.ts

2
src/modules/constants/constant.ts

@ -483,7 +483,7 @@ export const DATA_BASE_TYPES = [
}, },
}, },
{ {
text: 'ODPS', text: 'MaxCompute',
databaseType: 'odps', databaseType: 'odps',
driver: 'com.aliyun.odps.jdbc.OdpsDriver', driver: 'com.aliyun.odps.jdbc.OdpsDriver',
url: 'jdbc:odps:<maxcompute_endpoint>?project=<maxcompute_project_name>', url: 'jdbc:odps:<maxcompute_endpoint>?project=<maxcompute_project_name>',

Loading…
Cancel
Save