mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
fix: load example data into correct DB (#12292)
* fix: load example data into correct DB * Fix force_data * Fix lint
This commit is contained in:
@@ -168,7 +168,7 @@ def load_examples_run(
|
||||
examples.load_tabbed_dashboard(only_metadata)
|
||||
|
||||
# load examples that are stored as YAML config files
|
||||
examples.load_from_configs()
|
||||
examples.load_from_configs(force)
|
||||
|
||||
|
||||
@with_appcontext
|
||||
|
||||
Reference in New Issue
Block a user