The GitHub Actions job "Tests (AMD)" on 
airflow.git/refactor/go-sdk/dag-authoring-api has failed.
Run started by GitHub user jason810496 (triggered by jason810496).

Head commit for run:
2676244ff2e62a1becfae5d47178e068ae99a51a / LIU ZHE YOU <[email protected]>
Go-SDK: Derive TaskSpec field selection from the serialization schema

The generator read field types and defaults from schema.json, but the
field list itself was a hand-written allowlist, so a new author-settable
operator key would go silently missing from TaskSpec. Selecting every
eligible scalar key from the schema - with serializer-owned and
Python-only keys excluded by documented rules - inverts the drift
direction: new schema keys surface in the regenerated spec.gen.go diff,
and stale exclusions fail generation. This also surfaces
ignore_first_depends_on_past and wait_for_past_depends_before_skipping,
which the hand list had missed.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to