The GitHub Actions job "Tests (AMD)" on 
airflow.git/dags-backfill-partition-range has succeeded.
Run started by GitHub user Lee-W (triggered by Lee-W).

Head commit for run:
693aca6bece94dae0ff5dcbda42a87182c860979 / Wei Lee <[email protected]>
fix(backfill): select partitions for non-zero run_offset timetables

Backfill walked the timetable by run_after but selects on partition_date;
the fixed ±1 day padding only covered timezone skew, so for run_offset != 0
runs whose partition_date fell in the requested window were missed.
CronPartitionTimetable now inverts the partition window into the run_after
scan window; the partition_date filter trims the over-generated padding.
run_offset == 0 is byte-for-byte unchanged. Integer offsets only;
timedelta/relativedelta offsets remain AIP-76 follow-up.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to