The GitHub Actions job "Tests" on airflow.git/fix-nullable-orm-fields has 
failed.
Run started by GitHub user ephraimbuddy (triggered by ephraimbuddy).

Head commit for run:
f54da3bed9cb7862e230b1063cebde5169af4acc / Ephraim Anierobi 
<[email protected]>
Restore nullable ORM fields and drop unreleased corrective migration

PR #56330 mistakenly changed several ORM-backed columns from nullable to
non-nullable. I later added a corrective migration in PR #62234 to
backfill existing NULLs, but after revisiting the issue we found the
migration was only compensating for the nullability mistake introduced by
PR #56330 itself, which has not been released.

Instead of shipping a large corrective migration for an unreleased
regression, delete the migration file and restore the affected ORM fields
to nullable so the models stay aligned with the actual schema and
intended pre-release behavior.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to