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

Head commit for run:
84166a8996aea6db7ee0b44a3fff14cb5ce3195e / LIU ZHE YOU <[email protected]>
Go-SDK: Generate DagSpec from the dag serialization schema

The hand-written DagSpec duplicated the "dag" definition of the
serialization schema, and its emit policy lived apart from it in the
serde layer, so both could silently drift from what the scheduler
deserializes. Deriving the struct and its SchemaFields policy from the
schema keeps the exposed dag fields honest the same way TaskSpec
already is; the rules the schema cannot express — the always-emit keys
with their [core]-config fallbacks, the nullable is_paused_upon_creation,
sorted tags, and the SDK-only Schedule field — are declared per key in
the generator config and fail generation when they go stale.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to