shivaam opened a new pull request, #69728:
URL: https://github.com/apache/airflow/pull/69728

   Adds timetable type filtering to the Dag list UI.
   
   The public API already supports filtering Dags by `timetable_type`, but the 
Dag list page uses the private `/ui/dags` endpoint. This wires the same filter 
through the private endpoint, generated UI client, and Dag list filters.
   
   closes: #53738
   
   Screenshots / recording: TODO before marking ready for review.
   
   Testing:
   - `uv run pytest 
airflow-core/tests/unit/api_fastapi/core_api/routes/ui/test_dags.py::TestGetDagRuns::test_timetable_type_filter
 -q`
   - `pnpm test src/pages/DagsList/DagsFilters/DagsFilters.test.tsx`
   - `pnpm exec eslint --quiet src/constants/searchParams.ts 
src/queries/useDags.tsx src/pages/DagsList/DagsList.tsx 
src/pages/DagsList/DagsFilters/DagsFilters.tsx 
src/pages/DagsList/DagsFilters/TimetableTypeFilter.tsx 
src/pages/DagsList/DagsFilters/DagsFilters.test.tsx src/mocks/handlers/dags.ts`
   - `pnpm exec tsc --p tsconfig.app.json`
   - Airflow `prek` hooks during commit, including UI compile/lint, OpenAPI 
generation, mypy, and commit message validation
   
   ---
   
   ##### Was generative AI tooling used to co-author this PR?
   
   - [X] Yes: OpenAI Codex
   
   Generated-by: OpenAI Codex following the guidelines
   


-- 
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]

Reply via email to