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:
Teddy 2025-01-07 08:06:57 +01:00 committed by Teddy Crepineau
parent 3478c37ee6
commit 7aa1aa05f5

View File

@ -44,12 +44,6 @@ from metadata.generated.schema.entity.services.connections.database.deltaLakeCon
from metadata.generated.schema.entity.services.connections.database.domoDatabaseConnection import (
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 (
DynamoDBType,
)
@ -164,8 +158,6 @@ NON_SQA_DATABASE_CONNECTIONS = (
CouchbaseType.Couchbase.value,
DeltaLakeType.DeltaLake.value,
DomoDatabaseType.DomoDatabase.value,
DorisType.Doris.value,
DruidType.Druid.value,
DynamoDBType.DynamoDB.value,
GlueType.Glue.value,
IcebergType.Iceberg.value,