vatsrahul1001 commented on code in PR #44139:
URL: https://github.com/apache/airflow/pull/44139#discussion_r1846959982
##########
airflow/api_fastapi/core_api/routes/public/assets.py:
##########
@@ -276,3 +276,44 @@ def delete_dag_asset_queued_events(
if result.rowcount == 0:
raise HTTPException(status.HTTP_404_NOT_FOUND, f"Queue event with
dag_id: `{dag_id}` was not found")
+
+
+@assets_router.get(
+ "/assets/queuedEvents/{uri:path}",
Review Comment:
@pierrejeambrun is there an issue for that I can pick that up?
--
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]