The GitHub Actions job "Tests (AMD)" on airflow.git/add-airflowctl-dags-clear 
has failed.
Run started by GitHub user henry3260 (triggered by henry3260).

Head commit for run:
5500c519fdb04c44390197caf55184433e2d6139 / henry3260 <[email protected]>
Fix airflowctl dags clear ignoring the partition date window

The Dag run list endpoint declares the partition window as
partition_date_gte / partition_date_lte. The names the command sent
belong to the request body of a different route, and FastAPI drops
query params it does not declare, so the window was silently discarded
and every run of the Dag came back — and was cleared.

partition_date_gt / partition_date_lt are not query params on that
endpoint either, so they could never have filtered anything.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to