pierrejeambrun commented on code in PR #42198:
URL: https://github.com/apache/airflow/pull/42198#discussion_r1758898358
##########
airflow/www/views.py:
##########
@@ -3409,6 +3410,7 @@ def historical_metrics_data(self):
@expose("/object/next_run_datasets/<string:dag_id>")
@auth.has_access_dag("GET", DagAccessEntity.RUN)
@auth.has_access_dataset("GET")
+ @mark_fastapi_migration_done
Review Comment:
I added a quick note at the bottom of this document but I think i'll follow
up with a complete re-write because adding new endpoints to `api_connexion` /
`views.py` is not relevant anymore. The process should instead highlight how to
do so in the `FastAPI` context and how to migrate legacy endpoints.
--
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]