mirror of
https://github.com/apache/superset.git
synced 2026-04-17 07:05:04 +00:00
[bug]Fix load_examples dashboard version key name (#5592)
This commit is contained in:
committed by
Maxime Beauchemin
parent
f4b45f07c3
commit
21bf8d9f8f
@@ -587,7 +587,7 @@ def load_world_bank_health_n_pop():
|
||||
},
|
||||
"type": "ROW"
|
||||
},
|
||||
"VERSION_KEY": "v2"
|
||||
"DASHBOARD_VERSION_KEY": "v2"
|
||||
}
|
||||
""")
|
||||
l = json.loads(js)
|
||||
@@ -1211,7 +1211,7 @@ def load_birth_names():
|
||||
"CHART-e8774b49"
|
||||
]
|
||||
},
|
||||
"VERSION_KEY": "v2"
|
||||
"DASHBOARD_VERSION_KEY": "v2"
|
||||
}
|
||||
""")
|
||||
l = json.loads(js)
|
||||
@@ -1331,7 +1331,7 @@ def load_unicode_test_data():
|
||||
},
|
||||
"type": "ROW"
|
||||
},
|
||||
"VERSION_KEY": "v2"
|
||||
"DASHBOARD_VERSION_KEY": "v2"
|
||||
}
|
||||
"""
|
||||
dash.dashboard_title = "Unicode Test"
|
||||
@@ -1792,7 +1792,7 @@ def load_misc_dashboard():
|
||||
},
|
||||
"type": "ROW"
|
||||
},
|
||||
"VERSION_KEY": "v2"
|
||||
"DASHBOARD_VERSION_KEY": "v2"
|
||||
}
|
||||
""")
|
||||
l = json.loads(js)
|
||||
@@ -2343,7 +2343,7 @@ def load_deck_dash():
|
||||
"CHART-2b87513c"
|
||||
]
|
||||
},
|
||||
"VERSION_KEY": "v2"
|
||||
"DASHBOARD_VERSION_KEY": "v2"
|
||||
}
|
||||
""")
|
||||
l = json.loads(js)
|
||||
|
||||
Reference in New Issue
Block a user