The GitHub Actions job "Build Images" on airflow.git has failed.
Run started by GitHub user uranusjr (triggered by uranusjr).

Head commit for run:
2a9f6e886277431be131bfca1b8384bb059cac10 / Tzu-ping Chung <uranu...@gmail.com>
Clear one mapped task's state via the REST API

Due to limitations of the Open API specification we use (3.0), I added a
new field 'tasks' to the clearTaskInstances API. This field accepts a
list of dicts, each dict expecting 'task_id' and optionally 'map_index'.
This dict is converted to either a plain string (task ID) or a 2-tuple
(task ID and map index) to pass into DAG.clear().

In the future, once we are able to use prefixItems and oneOf to specify
heterogeneous arrays, we could merge 'task_ids' and 'tasks' back into
one property to clean up the interface.

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

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org

Reply via email to