betodealmeida commented on PR #20284:
URL: https://github.com/apache/superset/pull/20284#issuecomment-1148052194

   Looks like one of the migrations imports another migration, they need to be 
fixed:
   
   ```python
   # 
superset/migrations/versions/2021-02-18_09-13_c501b7c653a3_add_missing_uuid_column.py
   from 
superset.migrations.versions.b56500de1855_add_uuid_column_to_import_mixin 
import (
   ```
   
   Looks like it's just that one:
   
   ```bash
   % git grep -l 'from superset.migrations.versions'
   c501b7c653a3_add_missing_uuid_column.py
   ```


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to