bbovenzi commented on code in PR #67948:
URL: https://github.com/apache/airflow/pull/67948#discussion_r3374219096


##########
airflow-core/src/airflow/api_fastapi/core_api/routes/public/dag_run.py:
##########
@@ -104,21 +98,20 @@
 from airflow.api_fastapi.core_api.services.public.dag_run import (
     BulkDagRunService,
     DagRunWaiter,
+    _patch_dag_run_note,
+    _patch_dag_run_state,

Review Comment:
   ```suggestion
       patch_dag_run_note,
       patch_dag_run_state,
   ```
   
   These aren't private functions anymore are they?



-- 
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]

Reply via email to