dpgaspar commented on issue #10272: URL: https://github.com/apache/incubator-superset/issues/10272#issuecomment-656766262
Hi @Z08JBECH, Looking at your log: ``` psycopg2.errors.UniqueViolation: could not create unique index "uq_table_columns_column_name" DETAIL: Key (column_name, table_id)=(<new column>, 101) is duplicated. ``` So it seems you have a duplicate column name for a table, remove the duplicate and rerun the migration ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
