Skip to content

Conversation

@ephraimbuddy
Copy link
Contributor

This backports #51472 and #51565

* Clean up import error records during DB migration

This PR adds an SQL to clean up import errors during add bundle migration

The bug we found was that import errors with null bundle_name field
doesn't get cleared after migration. The processor manager's `clear_orphaned_import_errors` method
filters by bundle_name and that makes the import errors with null bundle_name not to be included
in the method's result

* fixup! Clean up import error records during DB migration

(cherry picked from commit 7ed78dc)
@ephraimbuddy ephraimbuddy added this to the Airflow 3.0.3 milestone Jun 19, 2025
@potiuk potiuk merged commit c02d993 into apache:v3-0-test Jun 21, 2025
54 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants