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