itayweb commented on code in PR #58102:
URL: https://github.com/apache/airflow/pull/58102#discussion_r2594715622


##########
airflow-core/src/airflow/api_fastapi/core_api/services/public/task_instances.py:
##########
@@ -205,8 +219,9 @@ def handle_bulk_create(
 
     def handle_bulk_update(
         self, action: BulkUpdateAction[BulkTaskInstanceBody], results: 
BulkActionResponse
-    ) -> None:
+    ) -> TaskInstanceCollectionResponse:

Review Comment:
   You are right but the `BulkActionResponse` class is not sufficient for the 
affected tasks in `ActionAccordion` in the frontend so therefore I need as 
`TaskInstanceCollectionResponse`



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