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

Head commit for run:
2dac08c5f3b4a6fd125d3e6deb232e850672e031 / LIU ZHE YOU <[email protected]>
Drop the xcom struct tag from Go SDK TaskInput field binding

An ad hoc `xcom:"<task-id>"` pull baked the upstream task id into the
compiled Go binary, hiding a data dependency from the Dag file that owns
task wiring on the Python side (the example even needed a manual >> to
order the pull's upstream). Fields now bind exclusively by argument
name -- an `arg:"<name>"` tag, or the snake_cased field name when the
tag is omitted -- so every value a task consumes stays visible in its
TaskFlow call, and a task that needs an extra XCom can still ask for it
explicitly through the injected client.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to