mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix: import dashboard stale filter_scopes (#17741)
This commit is contained in:
@@ -45,7 +45,10 @@ def test_update_id_refs_immune_missing( # pylint: disable=invalid-name
|
||||
},
|
||||
},
|
||||
"metadata": {
|
||||
"filter_scopes": {"101": {"filter_name": {"immune": [102, 103],},},},
|
||||
"filter_scopes": {
|
||||
"101": {"filter_name": {"immune": [102, 103]}},
|
||||
"104": {"filter_name": {"immune": [102, 103]}},
|
||||
},
|
||||
},
|
||||
"native_filter_configuration": [],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user