Browse Source

Pull request #4839: Revert "REPORT-69127 fix:修改Hadoop生态数据连接hasSchema值"

Merge in DEC/decision-webui-dcm from ~ARIES.LSY/decision-webui-dcm:feature/x to feature/x

* commit '6e1b41ca3ba33af7a84ef992f19c285f37b975a6':
  Revert "REPORT-69127 fix:修改Hadoop生态数据连接hasSchema值"
feature/x
Aries.Lsy 3 years ago
parent
commit
c2fbb449b8
  1. 6
      src/modules/constants/constant.ts

6
src/modules/constants/constant.ts

@ -250,7 +250,7 @@ export const DATA_BASE_TYPES = [
commonly: false, commonly: false,
internal: true, internal: true,
type: 'jdbc', type: 'jdbc',
hasSchema: true, hasSchema: false,
kerberos: true, kerberos: true,
}, },
{ {
@ -392,7 +392,7 @@ export const DATA_BASE_TYPES = [
commonly: false, commonly: false,
internal: true, internal: true,
type: 'jdbc', type: 'jdbc',
hasSchema: true, hasSchema: false,
kerberos: true, kerberos: true,
}, { }, {
text: 'Hbase', text: 'Hbase',
@ -632,7 +632,7 @@ export const DATA_BASE_TYPES = [
commonly: false, commonly: false,
internal: true, internal: true,
type: 'jdbc', type: 'jdbc',
hasSchema: true, hasSchema: false,
kerberos: true, kerberos: true,
}, { }, {
text: 'Sqlite', text: 'Sqlite',

Loading…
Cancel
Save