mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-02 03:39:03 +00:00
feat(ingest/superset): clickhousedb -> clickhouse mapping in superset ingestion (#11201)
This commit is contained in:
parent
ce99bc4f22
commit
414dc54b13
@ -233,6 +233,8 @@ class SupersetSource(StatefulIngestionSourceBase):
|
||||
platform_name = get_platform_from_sqlalchemy_uri(sqlalchemy_uri)
|
||||
if platform_name == "awsathena":
|
||||
return "athena"
|
||||
if platform_name == "clickhousedb":
|
||||
return "clickhouse"
|
||||
return platform_name
|
||||
|
||||
@lru_cache(maxsize=None)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user