ashb opened a new pull request, #25441: URL: https://github.com/apache/airflow/pull/25441
If one of the "dangling" tables already existed in the DB, performing an `airflow db reset` would delete the tables, but it would then try and _re-create_ the table later. This was because the Table object was still associated with the Metadata object. The fix is to remove the it from Metadata once we have dropped it. -- 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]
