mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
feat: update IDs when importing dashboards (#11991)
* feat: update IDs when importing dashboards * Fix typos
This commit is contained in:
5
tests/fixtures/importexport.py
vendored
5
tests/fixtures/importexport.py
vendored
@@ -488,8 +488,9 @@ dashboard_config = {
|
||||
},
|
||||
},
|
||||
"metadata": {
|
||||
"timed_refresh_immune_slices": [],
|
||||
"expanded_slices": {},
|
||||
"timed_refresh_immune_slices": [83],
|
||||
"filter_scopes": {"83": {"region": {"scope": ["ROOT_ID"], "immune": [83]}},},
|
||||
"expanded_slices": {"83": True},
|
||||
"refresh_frequency": 0,
|
||||
"default_filters": "{}",
|
||||
"color_scheme": None,
|
||||
|
||||
Reference in New Issue
Block a user