The GitHub Actions job "npm_and_yarn in /airflow-core/src/airflow/ui for 
@chakra-ui/react, @tanstack/react-query, @tanstack/react-virtual, 
@xyflow/react, axios, dayjs, i18next, monaco-editor, react, react-dom, 
react-hook-form, react-hotkeys-hook, react-i18next, react-router-dom, 
react-syntax-highlighter, use-debounce, yaml, zustand, @eslint/compat, 
@eslint/js, @playwright/test, @tanstack/eslint-plugin-query, @types/node, 
@typescript-eslint/eslint-plugin, @typescript-eslint/parser, 
@typescript-eslint/utils, @vitejs/plugin-react,..." on airflow.git/v3-2-test 
has failed.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

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/26300912565

With regards,
GitHub Actions via GitBox


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

Reply via email to