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