The GitHub Actions job "Tests" on airflow.git/main has failed.
Run started by GitHub user potiuk (triggered by jscheffl).

Head commit for run:
80840cb5734630f95d831dd10ae103c3df3a4b2f / Kaxil Naik <[email protected]>
Add a fixture to easily replace `ti.run` usage (#48439)

As we are replacing BaseOperator usage from Core to Task SDK, we are running 
into several issues, one of the common one being over-usage of `task.run()`.

While some cases can be easily replaced by `task.execute()` others needs 
execution of the tasks, sharing of XCom's in between, checking task state, 
correct exception etc.

To make this easier I have added `run_task` fixture which I have been using in 
https://github.com/apache/airflow/pull/48244 and it has worked out well.

Example:

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

With regards,
GitHub Actions via GitBox


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

Reply via email to