shashbha14 opened a new pull request, #62631: URL: https://github.com/apache/airflow/pull/62631
Summary Adds the missing "Partitioned Runs" tab on the DAG detail UI for consumer DAGs that use `PartitionedAssetTimetable`, so users can view asset-triggered runs separately. 1.Changes - Dag.tsx**: Show a "Partitioned Runs" tab when `dag.timetable_summary === "Partitioned Asset"` (between Runs and Tasks) - PartitionedRuns component**: New view that filters DAG runs by `run_type=asset_triggered` and reuses the existing `DagRuns` table - router.tsx**: Add route `partitioned_runs` under `dags/:dagId` - dag.json**: Add translation key `partitionedRuns: "Partitioned Runs"` 2. How to test 1. Create a consumer DAG using `PartitionedAssetTimetable` (see issue for example DAG) 2. Open the DAG detail page 3. The "Partitioned Runs" tab should appear between "Runs" and "Tasks" 4. Clicking it should show only asset-triggered runs Fixes #62564 -- 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]
