Skip to content

Fix incorrect asset queued-event endpoint paths in airflowctl - #70461

Merged
henry3260 merged 1 commit into
apache:mainfrom
henry3260:fix-airflowctl-queued-event-paths
Jul 26, 2026
Merged

Fix incorrect asset queued-event endpoint paths in airflowctl#70461
henry3260 merged 1 commit into
apache:mainfrom
henry3260:fix-airflowctl-queued-event-paths

Conversation

@henry3260

@henry3260 henry3260 commented Jul 26, 2026

Copy link
Copy Markdown
Contributor

Why

The airflowctl delete operations for asset queued events targeted paths that do not match the API server routes, so the requests never reached the intended endpoints. Align them with the server routes and drop the trailing slashes that triggered unfollowed redirects, silently skipping the delete.

#70376 (comment)


Was generative AI tooling used to co-author this PR?
  • Yes (please specify the tool below)

  • Read the Pull Request Guidelines for more information. Note: commit author/co-author name and email in commits become permanently public when merged.
  • For fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
  • When adding dependency, check compliance with the ASF 3rd Party License Policy.
  • For significant user-facing changes create newsfragment: {pr_number}.significant.rst, in airflow-core/newsfragments. You can add this file in a follow-up commit after the PR is created so you know the PR number.

The airflowctl delete operations for asset queued events targeted paths
that do not match the API server routes, so the requests never reached
the intended endpoints. Align them with the server routes and drop the
trailing slashes that triggered unfollowed redirects, silently skipping
the delete.
@henry3260

Copy link
Copy Markdown
Contributor Author

cc @Lee-W

@henry3260
henry3260 merged commit 15df3aa into apache:main Jul 26, 2026
97 checks passed
@github-actions

Copy link
Copy Markdown
Contributor

Backport failed to create: airflow-ctl/v0-1-test. View the failure log Run details

Note: As of Merging PRs targeted for Airflow 3.X
the committer who merges the PR is responsible for backporting the PRs that are bug fixes (generally speaking) to the maintenance branches.

In matter of doubt please ask in #release-management Slack channel.

Status Branch Result
airflow-ctl/v0-1-test Commit Link

You can attempt to backport this manually by running:

cherry_picker 15df3aa airflow-ctl/v0-1-test

This should apply the commit to the airflow-ctl/v0-1-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

If you don't have cherry-picker installed, see the installation guide.

@henry3260
henry3260 deleted the fix-airflowctl-queued-event-paths branch July 26, 2026 07:09
henry3260 added a commit that referenced this pull request Jul 26, 2026
Kunal8954 pushed a commit to Kunal8954/airflow that referenced this pull request Jul 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants