Skip to content

Commit

Permalink
convert position to v2 for Superset load_examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Grace Guo committed Aug 3, 2018
1 parent 51bd17d commit 4981fda
Show file tree
Hide file tree
Showing 2 changed files with 854 additions and 311 deletions.
6 changes: 3 additions & 3 deletions superset/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand All @@ -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()
Expand Down
Loading

0 comments on commit 4981fda

Please sign in to comment.