The GitHub Actions job "Tests (AMD)" on 
airflow.git/feature/go-sdk/taskflow-arg-binding has failed.
Run started by GitHub user jason810496 (triggered by jason810496).

Head commit for run:
8b4fe36f0bd921d71e5fece20cee7658f1ddc635 / LIU ZHE YOU <[email protected]>
Bind mapped stub-task arguments by map_index and element_index

A .expand() stub delivers per-map-index XCom bindings that select a specific
upstream row (map_index) or an element of the pulled list (element_index), but
the Go runtime dropped both fields and always pulled the whole unmapped row --
so an expanded task received the entire upstream output instead of its element,
or failed to find a mapped upstream's row. Read both fields off the wire and
honor them when pulling: forward map_index to GetXCom and take element_index out
of the pulled sequence, so dynamic task mapping over TaskFlow arguments works.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to