bbovenzi commented on code in PR #42198:
URL: https://github.com/apache/airflow/pull/42198#discussion_r1757400332
##########
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:
We should note this in some contributor docs:
https://github.com/apache/airflow//blob/apache-main/contributing-docs/17_adding_api_endpoints.rst
--
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]