From 8b9c142e2b3381dc94073bbf935cb2ee87987cba Mon Sep 17 00:00:00 2001 From: Alex Simoes Date: Tue, 6 Apr 2021 03:30:50 -0400 Subject: [PATCH] updates load_examples to load-examples (#13897) --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ff5d5b31ab9f4..40818ab9fe563 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -436,7 +436,7 @@ superset db upgrade superset init # Load some data to play with -superset load_examples +superset load-examples # Start the Flask dev web server from inside your virtualenv. # Note that your page may not have css at this point. @@ -747,7 +747,7 @@ export ENABLE_REACT_CRUD_VIEWS=true export CYPRESS_BASE_URL="http://localhost:8081" superset db upgrade superset load_test_users -superset load_examples --load-test-data +superset load-examples --load-test-data superset init superset run --port 8081 ```