Browse Source

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

This reverts commit 1745a5e9d8.
feature/x
Aries.lsy 3 years ago
parent
commit
449030d9a7
  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: true,
hasSchema: false,
kerberos: true,
},
{
@ -392,7 +392,7 @@ export const DATA_BASE_TYPES = [
commonly: false,
internal: true,
type: 'jdbc',
hasSchema: true,
hasSchema: false,
kerberos: true,
}, {
text: 'Hbase',
@ -632,7 +632,7 @@ export const DATA_BASE_TYPES = [
commonly: false,
internal: true,
type: 'jdbc',
hasSchema: true,
hasSchema: false,
kerberos: true,
}, {
text: 'Sqlite',

Loading…
Cancel
Save