mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-29 10:55:09 +00:00
Lineage dialect postgres added to greenplum (#23291)
Co-authored-by: Надежда Коцюба <nadezhda.kotsyuba@uni.rest>
This commit is contained in:
parent
450840eb8e
commit
3c9b3cac48
@ -40,6 +40,9 @@ from metadata.generated.schema.entity.services.connections.database.deltaLakeCon
|
|||||||
from metadata.generated.schema.entity.services.connections.database.exasolConnection import (
|
from metadata.generated.schema.entity.services.connections.database.exasolConnection import (
|
||||||
ExasolType,
|
ExasolType,
|
||||||
)
|
)
|
||||||
|
from metadata.generated.schema.entity.services.connections.database.greenplumConnection import (
|
||||||
|
GreenplumType,
|
||||||
|
)
|
||||||
from metadata.generated.schema.entity.services.connections.database.hiveConnection import (
|
from metadata.generated.schema.entity.services.connections.database.hiveConnection import (
|
||||||
HiveType,
|
HiveType,
|
||||||
)
|
)
|
||||||
@ -143,6 +146,7 @@ MAP_CONNECTION_TYPE_DIALECT: Dict[str, Dialect] = {
|
|||||||
str(ExasolType.Exasol.value): Dialect.EXASOL,
|
str(ExasolType.Exasol.value): Dialect.EXASOL,
|
||||||
str(TrinoType.Trino.value): Dialect.TRINO,
|
str(TrinoType.Trino.value): Dialect.TRINO,
|
||||||
str(VerticaType.Vertica.value): Dialect.VERTICA,
|
str(VerticaType.Vertica.value): Dialect.VERTICA,
|
||||||
|
str(GreenplumType.Greenplum.value): Dialect.POSTGRES,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user