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

Head commit for run:
0a71e5c846418b118c2cb3f52d322d42670ea82b / Niko Oliveira <[email protected]>
Hybrid-ize tasks run_task executor entrypoint

There is an entrypoint to running tasks on executors other than the
backfill and scheduler jobs, that is the cli command tasks run_task. If
neither --local or --raw are provided, an executor instance is created
to run the task. Before this change, that was always the default
executor. This change updates that logic to check if the task instance
has been configured to run on a specific executor, if so, load that
executor to run the task instead of the default.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to