pierrejeambrun commented on code in PR #43881:
URL: https://github.com/apache/airflow/pull/43881#discussion_r1841771388
##########
airflow/api_fastapi/core_api/routes/public/assets.py:
##########
@@ -74,6 +84,56 @@ def get_assets(
)
+@assets_router.get(
+ "/events",
+ responses=create_openapi_http_exception_doc([401, 403, 404]),
Review Comment:
401, and 403 have been added to the root router, all routes now inherit that
and we don't need to specify it anymore. Just other errors such as 404 need to
be specified.
--
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]