The GitHub Actions job "Tests (ARM)" on airflow.git/v3-2-test has succeeded.
Run started by GitHub user bbovenzi (triggered by bbovenzi).

Head commit for run:
b6692ee6ef80f2f7a35798c8bf9c8bd6b52818e6 / Yeonguk Choo <[email protected]>
[v3-2-test] Prevent AlreadyRunningBackfill error caused by invalid date range 
request (#66874) (#67250)

* Fix OTel timer metrics using Gauge instead of Histogram (#64207) (#66865)

* Fix OTel timer metrics using Gauge instead of Histogram

* Use ExponentialBucketHistogramAggregation for timing metrics

* Use public API import path for ExponentialBucketHistogramAggregation and fix 
histogram map isolation

(cherry picked from commit b2dadd2b7623d0d99f6fea0521bf008b7b957cac)

Co-authored-by: namratachaudhary <[email protected]>

* [v3-2-test] Prevent AlreadyRunningBackfill error caused by invalid date range 
request (#66874)

When a backfill is requested with from_date after to_date, the Backfill
record was committed before _get_info_list() returned an empty list, leaving
an orphaned record that blocked subsequent backfills with
AlreadyRunningBackfill until the scheduler's 2-minute cleanup ran.

Add an InvalidBackfillDateRange exception and validate from_date <= to_date
at the top of _validate_backfill_params(), before any DB operations.

(cherry picked from commit 153623856efb44a3f60ef9fdb67e22e05609e067)

---------

Co-authored-by: Rahul Vats <[email protected]>
Co-authored-by: namratachaudhary <[email protected]>
Co-authored-by: Park Jiwon <[email protected]>

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

With regards,
GitHub Actions via GitBox


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

Reply via email to