bbovenzi commented on issue #43712:
URL: https://github.com/apache/airflow/issues/43712#issuecomment-2528985721
I'll probably update the main issue description. But here's the priority for
the month:
## December user stories
- Dags List
- [x] Dag Card to show last and next runs and a chart of recent runs
- [x] Can pause/unpause a Dag from the list
- [x] Filter dags by last dag run state, paused, and tags
- [x] Sort dag list by display name, latest run, next run,
- [x] Search for a dag by dag_id or dag_display_name
- Dashboard
- [x] See an alert for Dag Import Errors
- [x] Quick links to filter dags list by last run state
- [x] See health status of Airflow components (scheduler, triggerrer etc)
- [x] See basic info on the states dag runs and task instances that have
happened over a given length of time
- [ ] Dag Details
- [x] Click on a row in the Dags list to open up Dag Details
- [x] Show header that has the same information as the Dag Card and
includes actions to:
- [ ] Trigger Dag
- [x] Reparse Dag
- [ ] Delete Dag
- [x] List all dag runs and link to a specific Dag Run
- [x] List all tasks
- [ ] Include task group information
- [x] Render Dag Code
- [x] Show Audit Log Events related to the Dag
- [ ] Dag Visualizations
- [x] Graph
- [x] Show the nodes and edges of a graph
- [ ] Toggle showing the external dependencies of a graph (sensors,
triggers, data assets with conditions)
- [ ] Show a specific dag run in the graph with each node filled
with task instance or asset event info
- [ ] Click on a task to select it as a task or task instance
- [ ] Grid
- [ ] Explore use of icons for each state to be more accessible. And
how to balance that with run_type, try_number and has a note functionality
- [ ] Gantt
- [ ] Dropdown selector on each viz to change between dag runs
- [ ] Side drawer on each viz to see details about a task instance or
dag run and the ability to quickly clear or mark as a failure
- [ ] Auto refresh grid data to see dags running
- [ ] Filter visualizations based on upstream/downstream of a task or
dag run type or dag run state
- [ ] Have a state legend where clicking on a state can highlight all
task instances with that state
- [ ] Task Details
- [ ] List all task instances
- [ ] Show all audit log events related to that task id
- [x] Dag Run Details
- [x] List all task instances
- [ ] Change dag run note
- [ ] Manually mark dag run as failed or success
- [ ] Clear a dag run
- [ ] Show all audit log events related to that dag run id
- [ ] Task Instance Details
- [ ] Manually mark a task failed or success
- [ ] Change the task instance note
- [ ] Clear a task instance
- [ ] See task instance logs across tries
- [ ] See task instance details across tries
- [ ] List all mapped task instances
- [ ] Allow selecting a single mapped instance with all task
instance functionality
- [ ] See task instance xcoms
- [ ] Show all audit log events related to that task instance
--
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]