mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix: Support metric currency as dict during import (#34080)
This commit is contained in:
@@ -344,6 +344,12 @@ dashboard_metadata_config: dict[str, Any] = {
|
||||
"type": "Dashboard",
|
||||
"timestamp": "2020-11-04T21:27:44.423819+00:00",
|
||||
}
|
||||
metadata_files = {
|
||||
"database": database_metadata_config,
|
||||
"dataset": dataset_metadata_config,
|
||||
"chart": chart_metadata_config,
|
||||
"dashboard": dashboard_metadata_config,
|
||||
}
|
||||
saved_queries_metadata_config: dict[str, Any] = {
|
||||
"version": "1.0.0",
|
||||
"type": "SavedQuery",
|
||||
|
||||
Reference in New Issue
Block a user