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

Head commit for run:
e7bfc4fabdfe0fb7d25d101034de32670b10271a / Tzu-ping Chung <[email protected]>
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 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/2582943736

With regards,
GitHub Actions via GitBox


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

Reply via email to