ephraimbuddy opened a new pull request, #63899:
URL: https://github.com/apache/airflow/pull/63899

   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.
   
    


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to