The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user uranusjr (triggered by uranusjr).

Head commit for run:
381f54a2e7eb09e66122ada3ffe15402b9d4cf1a / Tzu-ping Chung <[email protected]>
Remove old pre-migration data integrity checks

These checks were put into place early in 2.x to add stricter
constraints in the database. They are executed before the migrations
when the user runs 'airflow upgradedb' to make sure there are no data
integrity issues that would fail the migration halfway, which is both
difficult to debug and recover from.

The checks always pass if the user is on a more recent Airflow 2
version, on which the constraints are now enforced by the database.
Since we have removed all migration files prior to 2.10, the user must
upgrade to at least 2.10 first (which has the checks) before upgrading
to 3.0 anyway, so we can safely remove the checks going forward.

Report URL: https://github.com/apache/airflow/actions/runs/10610632111

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to