The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user o-nikolas (triggered by o-nikolas).

Head commit for run:
6d910cb9aa8395bf382d2ba6b5c3548a0e9831ef / Niko Oliveira <[email protected]>
When clearing a task, clear the executor field on TI DB records

If a user tags a task to run with a particular executor, then triggers a
dag run, the task instance created persists the requested executor in
the DB record for that TI. However, if the user made a mistake in the
executor (typo, executor doesn't exist, changes their mind, etc) this
change allows them to reset that field by clearing the task.

The task instance will be updated with the latest executor tagged for
the task in the dag upon clearing.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to