mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
feat: optimize catalog permission sync (#33000)
This commit is contained in:
@@ -113,7 +113,7 @@ class DorisEngineSpec(MySQLEngineSpec):
|
||||
)
|
||||
encryption_parameters = {"ssl": "0"}
|
||||
supports_dynamic_schema = True
|
||||
supports_catalog = supports_dynamic_catalog = True
|
||||
supports_catalog = supports_dynamic_catalog = supports_cross_catalog_queries = True
|
||||
|
||||
column_type_mappings = ( # type: ignore
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user