The GitHub Actions job "Tests (AMD)" on 
airflow.git/fix-partitions-clear-timezone has failed.
Run started by GitHub user Lee-W (triggered by Lee-W).

Head commit for run:
17d4f0e517a9d683106c0701648eea0993bd8c4d / Wei Lee <[email protected]>
Fix airflow partitions clear date range for non-UTC partitioned timetables

Resolve start/end bounds through the Dag timetable's timezone via
`resolve_day_bound`, mirroring the fix applied to `airflow dags clear`
in #67717. Switch from closed `<=` to half-open `< upper` range semantics.

Without this fix, a date-only input like "2026-02-19" is compared directly
as UTC midnight, causing the run stored at 2026-02-18T16:00Z (local midnight
in Asia/Taipei) to be silently missed or incorrectly included.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to