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:
8b8f7f345e68dd6fe39a08a797492f465344df01 / LIU ZHE YOU <[email protected]>
Go-SDK: Generate TaskSpec from the dag serialization schema

Replace the hand-written TaskSpec struct and its hand-mapped serializer
omit-if-default rules with spec.gen.go, generated from the "operator"
definition in airflow-core/src/airflow/serialization/schema.json by a
local gen tool (same pattern as pkg/execution/genmodels). Field types
and schema defaults can no longer drift from what the scheduler
deserializes; regenerate with `just generate-specs`.

DagSpec and the registration Info structs move to the hand-written
spec.go next to it: Schedule is an SDK-level concept the schema has no
scalar for, and several dag keys are always-emitted with [core]-config
fallbacks the schema cannot express.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to