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: c21137f350c4ec5fae6073be69c6ecefeed67e73 / LIU ZHE YOU <[email protected]> Rework the Go SDK TaskInput binding example set The combined TaskInput example mixed all three field-binding modes (arg: tag, no tag, xcom: tag) into one struct, so no single task demonstrated any one mode in isolation. Split it into via_struct_no_tags, via_struct_arg_tag, and via_struct_xcom_tag, and renamed combine to via_flat_args to make the positional/keyword-style split between flat and struct binding legible at the call-site naming level. A TaskInput struct field whose name has no matching TaskFlow call argument now stays at its Go zero value instead of failing the task -- keyword-argument semantics (an unpassed name falls back to its default) rather than the strict arity check flat, positional parameters get. via_struct_unmatched_arg exercises this directly. Report URL: https://github.com/apache/airflow/actions/runs/29723241820 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
