The GitHub Actions job "Tests AMD" on airflow.git/fixBadParamSchema has failed.
Run started by GitHub user fredthomsen (triggered by fredthomsen).

Head commit for run:
25dfb46f21a9674632a95da1ad74dc1baacb18f3 / Fred Thomsen <[email protected]>
Fix DAG params API contract broken by #55111

PR #55111 introduced SerializedParam to decouple from the Task SDK, but
inadvertently broke the API contract by changing `.dump()` to `.resolve()`
in the params serialization. This caused the UI to crash because
FlexibleForm expects the full param spec with {value, schema, description}
but was receiving only the resolved values.

The original SDK Param class had a `.dump()` method that returned the full
spec, so this restores the API contract rather than creating new behavior.

Related: #55111

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

With regards,
GitHub Actions via GitBox


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

Reply via email to