potiuk commented on a change in pull request #6754: [AIRFLOW-6185] SQLAlchemy Connection model schema not aligned with Alembic schema URL: https://github.com/apache/airflow/pull/6754#discussion_r355323642
########## File path: airflow/migrations/env.py ########## @@ -22,6 +22,7 @@ from alembic import context from airflow import models, settings +from airflow.models.serialized_dag import SerializedDagModel # noqa Review comment: Thanks! Did not realise that was the side effect. Will remember about that! ---------------------------------------------------------------- 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] With regards, Apache Git Services
