Subham-KRLX commented on code in PR #62848:
URL: https://github.com/apache/airflow/pull/62848#discussion_r2883993373
##########
airflow-core/src/airflow/ui/src/pages/DagRuns.tsx:
##########
@@ -50,6 +52,8 @@ const {
DURATION_LTE: DURATION_LTE_PARAM,
END_DATE_GTE: END_DATE_GTE_PARAM,
END_DATE_LTE: END_DATE_LTE_PARAM,
+ LOGICAL_DATE_GTE: LOGICAL_DATE_GTE_PARAM,
Review Comment:
I have added a new unit test DagRuns.test.tsx and a corresponding mock API
handler to verify that the logical date parameters are correctly extracted from
the URL and passed to the backend API. All local tests (TSC, ESLint, Prettier,
and Vitest) are passing.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]