mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-27 01:48:24 +00:00
fix(ingest/superset): parse postgres platform correctly (#11540)
This commit is contained in:
parent
b74ba11d93
commit
62c39cdcd3
@ -243,6 +243,8 @@ class SupersetSource(StatefulIngestionSourceBase):
|
||||
return "athena"
|
||||
if platform_name == "clickhousedb":
|
||||
return "clickhouse"
|
||||
if platform_name == "postgresql":
|
||||
return "postgres"
|
||||
return platform_name
|
||||
|
||||
@lru_cache(maxsize=None)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user