convert position to v2 for Superset load_examples (#5515)
This commit is contained in:
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()
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue