dhanyabad11 opened a new pull request, #60772: URL: https://github.com/apache/airflow/pull/60772
This change adds START_DATE_RANGE and END_DATE_RANGE filters to the DAG Runs page UI, allowing users to filter DAG executions by their start and end dates. Changes: - Added START_DATE_GTE, START_DATE_LTE, START_DATE_RANGE, END_DATE_GTE, END_DATE_LTE, END_DATE_RANGE to searchParams.ts - Added filter configurations in filterConfigs.tsx - Updated FilterableSearchParamsKeys type in useFiltersHandler.ts - Added filters to DagRunsFilters.tsx filter bar - Updated DagRuns.tsx to use the new date range parameters Fixes: #60769 -- 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]
