mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
fix(doris): Don't set supports_cross_catalog_queries to true (#35332)
Co-authored-by: Beto Dealmeida <roberto@dealmeida.net>
This commit is contained in:
committed by
GitHub
parent
7deed00def
commit
ef78d2af06
@@ -116,7 +116,9 @@ class DorisEngineSpec(MySQLEngineSpec):
|
||||
)
|
||||
encryption_parameters = {"ssl": "0"}
|
||||
supports_dynamic_schema = True
|
||||
supports_catalog = supports_dynamic_catalog = supports_cross_catalog_queries = True
|
||||
supports_catalog = supports_dynamic_catalog = True
|
||||
# while technically supported by Doris, this generates invalid table identifiers
|
||||
supports_cross_catalog_queries = False
|
||||
|
||||
column_type_mappings = ( # type: ignore
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user