The GitHub Actions job "Tests" on airflow.git has failed. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: 6a36dde59d8ef1bcbb466faca3fc899dd0eb00f2 / Jarek Potiuk <[email protected]> Make task.run work with DB isolation This PR adds possibility to handle tests that perform task.run call in DB isolation mode. This call is treated specially - i.e. it will be possible for the run() method to use the DB directly. to set up the task but then when _run_raw_task below will use the DB, there will be an error raised. That allows to fix the `test_core.py` and likely a number of other tests that rely on the run() method to run the tests. This required to improve the _set_ti_attrs method to handle dag_run inside the task instance pydantic to task instance mapping - because we are actually using TaskInstance for those tests not TaskInstancePydantic under the hood. Related: #41067 Report URL: https://github.com/apache/airflow/actions/runs/10181588362 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
