mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-26 09:22:14 +00:00
ISSUE-19220: remove druid and doris from non sqa (#19250)
* fix: remove druid and doris from non sqa * style: ran p[ython styling (cherry picked from commit f40369f59b2caa917707af46bdc823d5d8ffeaac)
This commit is contained in:
parent
3478c37ee6
commit
7aa1aa05f5
@ -44,12 +44,6 @@ from metadata.generated.schema.entity.services.connections.database.deltaLakeCon
|
|||||||
from metadata.generated.schema.entity.services.connections.database.domoDatabaseConnection import (
|
from metadata.generated.schema.entity.services.connections.database.domoDatabaseConnection import (
|
||||||
DomoDatabaseType,
|
DomoDatabaseType,
|
||||||
)
|
)
|
||||||
from metadata.generated.schema.entity.services.connections.database.dorisConnection import (
|
|
||||||
DorisType,
|
|
||||||
)
|
|
||||||
from metadata.generated.schema.entity.services.connections.database.druidConnection import (
|
|
||||||
DruidType,
|
|
||||||
)
|
|
||||||
from metadata.generated.schema.entity.services.connections.database.dynamoDBConnection import (
|
from metadata.generated.schema.entity.services.connections.database.dynamoDBConnection import (
|
||||||
DynamoDBType,
|
DynamoDBType,
|
||||||
)
|
)
|
||||||
@ -164,8 +158,6 @@ NON_SQA_DATABASE_CONNECTIONS = (
|
|||||||
CouchbaseType.Couchbase.value,
|
CouchbaseType.Couchbase.value,
|
||||||
DeltaLakeType.DeltaLake.value,
|
DeltaLakeType.DeltaLake.value,
|
||||||
DomoDatabaseType.DomoDatabase.value,
|
DomoDatabaseType.DomoDatabase.value,
|
||||||
DorisType.Doris.value,
|
|
||||||
DruidType.Druid.value,
|
|
||||||
DynamoDBType.DynamoDB.value,
|
DynamoDBType.DynamoDB.value,
|
||||||
GlueType.Glue.value,
|
GlueType.Glue.value,
|
||||||
IcebergType.Iceberg.value,
|
IcebergType.Iceberg.value,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user