The GitHub Actions job "Tests (AMD)" on airflow.git/fix-sort-mapped-tasks-order 
has failed.
Run started by GitHub user manipatnam (triggered by manipatnam).

Head commit for run:
8bc21b9a5f1cfb5053a0b1dd90e0738a712f6607 / AI Assistant <[email protected]>
Fix duplicate order_by attributes in OpenAPI spec and SortParam description

When `rendered_map_index` (and other keys like `run_after`, `logical_date`,
`data_interval_start`, `data_interval_end`) are present in both `allowed_attrs`
and `to_replace`, `dynamic_depends` was appending them twice to `all_attrs`,
causing the generated `order_by` parameter description to list those attributes
twice. This caused the `generate-openapi-spec` static check to fail.

Fix: deduplicate `to_replace_attrs` by excluding keys already in `allowed_attrs`
before building `all_attrs`. Update the committed OpenAPI spec to match.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to