henry3260 commented on PR #70376:
URL: https://github.com/apache/airflow/pull/70376#issuecomment-5070050490
I think there might be a couple of pre-existing endpoint bugs here
(unrelated to this PR’s cleanup, but worth flagging while we’re looking):
- `delete_dag_queued_events` calls `assets/dags/{dag_id}/queuedEvents`,
but based on the corresponding `get_dag_queued_events` it should be
`dags/{dag_id}/assets/queuedEvents`.
- `delete_queued_event` calls
`assets/dags/{dag_id}/assets/{asset_id}/queuedEvents/`, but it should be
`dags/{dag_id}/assets/{asset_id}/queuedEvents`.
--
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]