potiuk commented on pull request #19597: URL: https://github.com/apache/airflow/pull/19597#issuecomment-972774579
Another option is smart workarounds (for example what we could do: in settings (`from airlfow import settings`) we could check if this import is run from "wait-for-db-migrations" container and if so - we could run the migration using the "check_migrations" and sys.exit(0). Not the "cleanest" solution but should work. -- 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]
