Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AIRFLOW-3973] Commit after each alembic migration #9182

Merged
merged 1 commit into from
Jun 9, 2020
Merged

[AIRFLOW-3973] Commit after each alembic migration #9182

merged 1 commit into from
Jun 9, 2020

Commits on Jun 8, 2020

  1. [AIRFLOW-3973] Commit after each alembic migration

    If `Variable`s are used in DAGs, and Postgres is used for the internal
    database, a fresh `$ airflow initdb` (or `$ airflow resetdb`) spams the
    logs with error messages (but does not fail).
    
    This commit corrects this by running each migration in a separate
    transaction.
    Elliott Shugerman authored and Elliott Shugerman committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    a3acef5 View commit details
    Browse the repository at this point in the history