-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: don't create examples db on 'superset init' #9881
Conversation
Codecov Report
@@ Coverage Diff @@
## master #9881 +/- ##
==========================================
- Coverage 71.24% 71.10% -0.15%
==========================================
Files 584 584
Lines 30790 30606 -184
Branches 3238 3142 -96
==========================================
- Hits 21936 21761 -175
+ Misses 8744 8736 -8
+ Partials 110 109 -1
Continue to review full report at Codecov.
|
Looks like isort is having some confusion around py3.6 and py3.7 (?) I'm 3.7 locally somehow, but CI is 3.6 and passes... |
* chore: don't create examples db on 'superset init' * fix isort
* chore: don't create examples db on 'superset init' * fix isort
SUMMARY
superset init
should not create the examples database as it does nowcloses #9879