Closed maxmelnick-deloitte closed 4 years ago
Issue-Label Bot is automatically applying the label #bug
to this issue, with a confidence of 0.78. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
Can no longer start superset in docker on latest master branch (commit:
ff6773df4ed7d3baca15f19baf30a793b4fce248
)Expected results
docker-init.sh
script doesn't error out.Here's the command working when I
git checkout 300c4ecb0f6798e5901dcb88a034c53e708ff0b4
:what you expected to happen.
Actual results
Script errors with
Error: A valid Flask application was not obtained from "superset:app".
How to reproduce the bug
Environment
Superset commit
ff6773df4ed7d3baca15f19baf30a793b4fce248
Docker version 18.09.9-ce, build 039a7df
Checklist
Make sure these boxes are checked before submitting your issue - thank you!
Additional context
Pretty sure this is due to changes in this PR that was merged in earlier today. I checked out the commit immediately before that (
git checkout 300c4ecb0f6798e5901dcb88a034c53e708ff0b4
) and everything worked just fine.I tried to update the
docker-init.sh
script soFLASK_APP="superset.app:create_app()"
. That got passed the initial error but more popped up.