The GitHub Actions job "Tests" on 
airflow.git/remove-check_and_change_state_before_execution has failed.
Run started by GitHub user ashb (triggered by ashb).

Head commit for run:
ac0ee19863e7732cba9a260a0186561cd9ee9c6d / Ash Berlin-Taylor <[email protected]>
Remove now-unused check_and_change_state_before_execution method on TI

In Airflow 2 this was called in the worker, but since Airflow 3.0 this wasn't
involved in normal task execution anymore (this style of check is now handled
in the Execution API server instead)

The one remaining use was in `ti.run()` which was used in many of our tests,
but we can remove that now.

Report URL: https://github.com/apache/airflow/actions/runs/19327501726

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to