kaxil commented on code in PR #44871:
URL: https://github.com/apache/airflow/pull/44871#discussion_r1881907466
##########
airflow/api_fastapi/core_api/routes/ui/backfills.py:
##########
@@ -42,6 +42,7 @@
@backfills_router.get(
path="",
+ include_in_schema=False,
Review Comment:
That way the higher level abstraction is that all UI endpoints are private
and won't be included in the schema. And we don't have to remember adding it on
new endpoints for UI-only
--
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]