mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix(dataset import): Support catalog field during dataset import (#29576)
This commit is contained in:
@@ -494,6 +494,7 @@ dataset_config: dict[str, Any] = {
|
||||
"offset": 66,
|
||||
"cache_timeout": 55,
|
||||
"schema": "",
|
||||
"catalog": "default",
|
||||
"sql": "",
|
||||
"params": None,
|
||||
"template_params": {},
|
||||
|
||||
Reference in New Issue
Block a user