Unknown column 'tables.normalize_columns' in 'field list' after migrating from v2.1.0 to v4 #30546
-
I was in version 2.1.0 and executed following commands
and now i am getting following error
Any suggestion to fix this would be very helpful. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
Hey there, @TheShubhendra! I'm here to assist you with any bugs, questions, or contributions you may have. Let's work together to resolve your issue! To fix the "Unknown column 'tables.normalize_columns' in 'field list'" error, ensure that the database migration adding the superset db upgrade This should apply the migration script |
Beta Was this translation helpful? Give feedback.
-
@dosu Now if i go to |
Beta Was this translation helpful? Give feedback.
Hey there, @TheShubhendra! I'm here to assist you with any bugs, questions, or contributions you may have. Let's work together to resolve your issue!
To fix the "Unknown column 'tables.normalize_columns' in 'field list'" error, ensure that the database migration adding the
normalize_columns
column has been applied. Run the following command to apply all pending migrations:This should apply the migration script
9f4a086c2676_add_normalize_columns_to_sqla_model.py
, which adds thenormalize_columns
column to thetables
table [1].To continue talking to Dosu, mention @dosu.