The GitHub Actions job "Tests AMD" on 
airflow.git/bugfix/fix-trigger-params-api-schema has failed.
Run started by GitHub user dheerajturaga (triggered by dheerajturaga).

Head commit for run:
173f4a4f336338a1b04c48318c1f459869f1c2d0 / Dheeraj Turaga 
<[email protected]>
Fix DAG trigger UI error for DAGs with parameters

  The API endpoint for DAG details was returning only resolved parameter
  values instead of the full parameter schema, causing a "Cannot read
  properties of undefined (reading section)" error in the UI when
  triggering DAGs with parameters.

  This was a regression introduced in commit 5d58c048b1 which changed
  `v.dump()` to `v.resolve()` in the params serialization.

  Changes:
  - Add `serialize()` method to `SerializedParam` to return the full
    parameter structure (value, description, schema)
  - Update API field validator to use `serialize()` instead of `resolve()`
  - Update tests to expect the correct parameter format

  The API now returns params in the format expected by the frontend:
  {"param_name": {"value": <val>, "description": <desc>, "schema": {...}}}

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

With regards,
GitHub Actions via GitBox


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

Reply via email to