diff --git a/src/modules/constants/constant.ts b/src/modules/constants/constant.ts index d7519ec..b0e28ac 100644 --- a/src/modules/constants/constant.ts +++ b/src/modules/constants/constant.ts @@ -446,6 +446,16 @@ export const DATA_BASE_TYPES = [ type: 'jdbc', hasSchema: true, kerberos: false, + }, { + text: 'Kyligence', + databaseType: 'kyligence', + driver: 'org.apache.kylin.jdbc.Driver', + url: 'jdbc:kylin://hostname:port/database', + commonly: false, + internal: true, + type: 'jdbc', + hasSchema: true, + kerberos: false, }, { text: 'Microsoft SQL Server', databaseType: 'sql-server',