potiuk commented on a change in pull request #7172: [AIRFLOW-6564] Additional 
diagnostics information on CI check failure
URL: https://github.com/apache/airflow/pull/7172#discussion_r367088641
 
 

 ##########
 File path: airflow/jobs/scheduler_job.py
 ##########
 @@ -990,7 +990,8 @@ def _change_state_for_tis_without_dagrun(self,
                 .with_for_update() \
                 .all()
             for ti in tis_to_change:
-                ti.set_state(new_state, session=session)
+                ti.set_state(new_state,
 
 Review comment:
   Ah yeah. it was accidental! Thanks!

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to