rawwar commented on code in PR #42959:
URL: https://github.com/apache/airflow/pull/42959#discussion_r1798065911
##########
airflow/api_fastapi/views/public/dags.py:
##########
@@ -92,6 +93,28 @@ async def get_dags(
)
+@dags_router.get(
+ "/tags",
+ response_model=list[DAGTagResponse],
Review Comment:
Is response_model required when we are also including return type
annotation? If so, I can also add to the PRs I am working on. So, for already
merged PRs, I don't see response_model.
--
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]