Skip to content

Fix ParseImportError query in get_import_errors endpoint #52531

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 30, 2025

Conversation

ephraimbuddy
Copy link
Contributor

An and_ is required in a join condition but was missing. This fixes the issue that the bundle_name filter does not have any effect.

An and_ is required in a join condition but was missing. This fixes
the issue that the bundle_name filter does not have any effect.
Copy link
Member

@pierrejeambrun pierrejeambrun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, Thanks Ephraim.

@pierrejeambrun pierrejeambrun added the backport-to-v3-0-test Mark PR with this label to backport to v3-0-test branch label Jun 30, 2025
@pierrejeambrun pierrejeambrun added this to the Airflow 3.0.3 milestone Jun 30, 2025
@pierrejeambrun pierrejeambrun merged commit 11c132e into apache:main Jun 30, 2025
102 checks passed
@pierrejeambrun pierrejeambrun deleted the fix-bundle-name-join-restapi branch June 30, 2025 16:29
Copy link

Backport failed to create: v3-0-test. View the failure log Run details

Status Branch Result
v3-0-test Commit Link

You can attempt to backport this manually by running:

cherry_picker 11c132e v3-0-test

This should apply the commit to the v3-0-test branch and leave the commit in conflict state marking
the files that need manual conflict resolution.

After you have resolved the conflicts, you can continue the backport process by running:

cherry_picker --continue

@ephraimbuddy
Copy link
Contributor Author

Moving to 3.1.0 as it depends on another PR scheduled for 3.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:API Airflow's REST/HTTP API backport-to-v3-0-test Mark PR with this label to backport to v3-0-test branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants