pierrejeambrun commented on code in PR #44277: URL: https://github.com/apache/airflow/pull/44277#discussion_r1856786459
########## airflow/api_fastapi/core_api/routes/public/extra_links.py: ########## @@ -0,0 +1,85 @@ +# Licensed to the Apache Software Foundation (ASF) under one Review Comment: We can leave it like this. No worries I don't think it's super important. If we want we can manually add the `tags` at the route level and put the `TaskInstance` one, they should appear grouped in the doc now. ```python router.get(..., tags=["TaskInstances"]) ``` -- 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]
