mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-25 17:04:54 +00:00
parent
86e679e932
commit
d197164125
@ -17,6 +17,9 @@ from typing import Dict
|
||||
from metadata.generated.schema.entity.services.connections.database.athenaConnection import (
|
||||
AthenaType,
|
||||
)
|
||||
from metadata.generated.schema.entity.services.connections.database.azureSQLConnection import (
|
||||
AzureSQLType,
|
||||
)
|
||||
from metadata.generated.schema.entity.services.connections.database.bigQueryConnection import (
|
||||
BigqueryType,
|
||||
)
|
||||
@ -105,6 +108,7 @@ MAP_CONNECTION_TYPE_DIALECT: Dict[str, Dialect] = {
|
||||
str(DeltaLakeType.DeltaLake.value): Dialect.SPARKSQL,
|
||||
str(SQLiteType.SQLite.value): Dialect.SQLITE,
|
||||
str(MssqlType.Mssql.value): Dialect.TSQL,
|
||||
str(AzureSQLType.AzureSQL.value): Dialect.TSQL,
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user