Skip to content

Commit

Permalink
ISSUE-19220: remove druid and doris from non sqa (open-metadata#19250)
Browse files Browse the repository at this point in the history
* fix: remove druid and doris from non sqa

* style: ran p[ython styling
  • Loading branch information
TeddyCr authored Jan 7, 2025
1 parent 617b894 commit f40369f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions ingestion/src/metadata/utils/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,6 @@
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,
)
Expand Down Expand Up @@ -171,8 +165,6 @@
CouchbaseType.Couchbase.value,
DeltaLakeType.DeltaLake.value,
DomoDatabaseType.DomoDatabase.value,
DorisType.Doris.value,
DruidType.Druid.value,
DynamoDBType.DynamoDB.value,
GlueType.Glue.value,
IcebergType.Iceberg.value,
Expand Down

0 comments on commit f40369f

Please sign in to comment.