superset db upgrade not working when upgrading from v 0.35.2 to 1.0.1 #13272
Labels
Comments
Dear community, please help. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to upgrade
superset
from version 0.35.2 to 1.0.1Expected results
superset db upgrade
command should migrate my default db compatible to v 1.0.1Actual results
superset db upgrade
failed with the following errorsqlalchemy.exc.IntegrityError: (psycopg2.errors.NotNullViolation) column "table_name" contains null values
[SQL: ALTER TABLE tables ALTER COLUMN table_name SET NOT NULL]
Screenshots
How to reproduce the bug
Environment
(please complete the following information):
1.0.1
3.7.3
1.1.2
1.0.1
Checklist
Make sure to follow these steps before submitting your issue - thank you!
The text was updated successfully, but these errors were encountered: