pierrejeambrun commented on code in PR #42198:
URL: https://github.com/apache/airflow/pull/42198#discussion_r1758960955
##########
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:
https://github.com/apache/airflow/pull/42216
The actual rewrite of the contribution page for adding new endpoints. Only
the last commit is relevant.
File of interest here:
https://github.com/apache/airflow/pull/42216/files#diff-6ec52a20569d9d5d4fd6654ad5c19aeee3cdec072a190373f654e75451979002
--
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]