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

Head commit for run:
31dbfcadd8ea94ff0e41c56a32ea9aa56fbd9768 / Tzu-ping Chung <[email protected]>
Rewrite ti.xcom_pull() to consider map indexes

This adds the ability to pass a map index or multiple indexes to the
function to explicitly ask for values from corresponding task instances.

More importantly, if no map indexes are explicitly passed and one single
task is requested, values returned by all task instances of a mapped
task is "aggregated" automatically into an iterator, so a mapped task's
downstream can do xcom_pull() on the task to retrieve all xcoms pushed
by the task's expanded instances, achieving the "reduce" semantic.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to