Browse Source

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

* commit '3e647b398d03e7b74cebe4661edb831900502567':
  DEC-16193 feat: 【BI】BI-76625 ODPS改为MaxCompute
research/10.0
superman 4 years ago
parent
commit
9be5e740a7
  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