You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "uranusjr (via GitHub)" <gi...@apache.org> on 2023/02/23 05:21:55 UTC

[GitHub] [airflow] uranusjr commented on pull request #29714: Add database check_migrations config

uranusjr commented on PR #29714:
URL: https://github.com/apache/airflow/pull/29714#issuecomment-1441231442

   I have wondered if we should have three values for this. `true` (default) migrates the database automatically, `check` only checks if the database is up-to-date, and `false` does nothing (this PR). But I’m not sure how expensive loading the Alembic migration graph is; it might be too expensive for this to make sense.


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org