diff --git a/src/modules/constants/constant.ts b/src/modules/constants/constant.ts index 554c260..4fabf64 100644 --- a/src/modules/constants/constant.ts +++ b/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',