mirror of
https://github.com/apache/superset.git
synced 2026-04-22 17:45:21 +00:00
fix: import metrics with extra (#15047)
* fix: import metrics with extra * Fix test
This commit is contained in:
2
tests/fixtures/importexport.py
vendored
2
tests/fixtures/importexport.py
vendored
@@ -384,7 +384,7 @@ dataset_config: Dict[str, Any] = {
|
||||
"expression": "count(1)",
|
||||
"description": None,
|
||||
"d3format": None,
|
||||
"extra": None,
|
||||
"extra": {},
|
||||
"warning_text": None,
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user