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


##########
airflow-core/src/airflow/api_fastapi/core_api/routes/public/task_instances.py:
##########
@@ -891,9 +891,26 @@ def bulk_task_instances(
 ) -> BulkResponse:
     """Bulk update, and delete task instances."""
     return BulkTaskInstanceService(
-        session=session, request=request, dag_id=dag_id, 
dag_run_id=dag_run_id, dag_bag=dag_bag, user=user
+        session=session, request=request, dag_id=dag_id, 
dag_run_id=dag_run_id, dag_bag=dag_bag, user=user, commit=True,

Review Comment:
   Why does this need to change?



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