mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
convert position to v2 for Superset load_examples (#5515)
This commit is contained in:
committed by
Maxime Beauchemin
parent
51bd17d6f6
commit
faf35b0daa
@@ -165,9 +165,6 @@ def load_examples_run(load_test_data):
|
||||
print('Loading [Multiformat time series]')
|
||||
data.load_multiformat_time_series_data()
|
||||
|
||||
print('Loading [Misc Charts] dashboard')
|
||||
data.load_misc_dashboard()
|
||||
|
||||
print('Loading [Paris GeoJson]')
|
||||
data.load_paris_iris_geojson()
|
||||
|
||||
@@ -183,6 +180,9 @@ def load_examples_run(load_test_data):
|
||||
print('Loading [Multi Line]')
|
||||
data.load_multi_line()
|
||||
|
||||
print('Loading [Misc Charts] dashboard')
|
||||
data.load_misc_dashboard()
|
||||
|
||||
if load_test_data:
|
||||
print('Loading [Unicode test data]')
|
||||
data.load_unicode_test_data()
|
||||
|
||||
Reference in New Issue
Block a user