The GitHub Actions job "Tests (AMD)" on airflow.git/feat/clear-endpoints-note 
has failed.
Run started by GitHub user pierrejeambrun (triggered by pierrejeambrun).

Head commit for run:
0247c6ec31f8ea5e68a21ab1c1e84c9bb50301c5 / pierrejeambrun 
<[email protected]>
Address review feedback

- UI: replace ``...(cond ? { note } : {})`` spreads with a direct
  ``note: <expr> ?? undefined`` / ternary in the request body — same
  serialized output (``undefined`` keys are dropped by JSON.stringify),
  one less object spread.
- Backend: drop the verbose ``description=`` on ``DAGRunClearBody.note``
  so its OpenAPI schema matches the existing patch-body ``note``
  fields. ``datamodel-code-generator`` was emitting two extra
  ``Note2`` / ``Note3`` ``RootModel`` classes purely because the
  description made the Field signature distinct; with it gone, all
  the ``note`` fields collapse back onto the single ``Note`` model
  in ``airflow-ctl/src/airflowctl/api/datamodels/generated.py``.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to