You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, upgrades to the airflow database occur every time the scheduler starts up: see here and here. This can cause significant overhead, depending on the number and complexity of DAGs (as well as delays in the scheduler being available). This ticket will cover the following:
replacing airflow db upgrade with airflow db migrate (as the former has been deprecated)
making the migration on demand via e.g. a new field in the resource
The text was updated successfully, but these errors were encountered:
Related to SUP-174
At the moment, upgrades to the airflow database occur every time the scheduler starts up: see here and here. This can cause significant overhead, depending on the number and complexity of DAGs (as well as delays in the scheduler being available). This ticket will cover the following:
airflow db upgrade
withairflow db migrate
(as the former has been deprecated)The text was updated successfully, but these errors were encountered: