Browse Source

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

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

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

6
src/modules/constants/constant.ts

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

Loading…
Cancel
Save