pierrejeambrun commented on code in PR #47482:
URL: https://github.com/apache/airflow/pull/47482#discussion_r1991360851


##########
airflow/api_fastapi/core_api/routes/public/backfills.py:
##########
@@ -149,7 +153,10 @@ def unpause_backfill(backfill_id, session: SessionDep) -> 
BackfillResponse:
             status.HTTP_409_CONFLICT,
         ]
     ),
-    dependencies=[Depends(action_logging())],
+    dependencies=[
+        Depends(action_logging()),

Review Comment:
   I still think we are missing pause / unpause and cancel @vatsrahul1001 is 
working on a PR.



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