qlands commented on issue #20685:
URL: https://github.com/apache/superset/issues/20685#issuecomment-1264720291

   This happens because the migration uses the exception 
"sa.exc.OperationalError" but in MySQL the exception should be 
"sa.exc.DatabaseError". The migration passes if you change line 42 to read 
"except sa.exc.DatabaseError:"


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