Recall & Review
beginner
What is the main purpose of the Airflow UI?
The Airflow UI helps you see and manage your workflows visually. It shows the status of tasks and lets you start, stop, or check details easily.
Click to reveal answer
beginner
What does the DAGs page in Airflow UI display?
The DAGs page lists all workflows (DAGs) with their current status, schedule, and last run details. It is like a dashboard for your workflows.
Click to reveal answer
intermediate
What information can you find in the Tree View of a DAG?
The Tree View shows tasks as boxes arranged by time. Each box color shows if a task succeeded, failed, or is running. It helps track progress visually.
Click to reveal answer
intermediate
How does the Graph View help in Airflow UI?
The Graph View shows tasks as connected nodes. It helps understand task order and dependencies clearly, like a flowchart.
Click to reveal answer
intermediate
What can you do from the Task Instance Details page?
You can see logs, start or retry a task, and check task duration or errors. It helps troubleshoot and control individual tasks.
Click to reveal answer
What does the Airflow UI primarily show?
✗ Incorrect
The Airflow UI is designed to show and manage workflows, not unrelated system details.
Which Airflow UI view shows tasks as colored boxes arranged by time?
✗ Incorrect
The Tree View displays tasks as colored boxes arranged by execution time.
Where can you find the list of all workflows in Airflow UI?
✗ Incorrect
The DAGs page lists all workflows (DAGs) available.
What is the main use of the Graph View in Airflow UI?
✗ Incorrect
Graph View helps visualize task dependencies as connected nodes.
Which page lets you retry a failed task in Airflow UI?
✗ Incorrect
The Task Instance Details page allows retrying or managing individual tasks.
Describe the main sections of the Airflow UI and their purposes.
Think about where you find workflows, task progress, task order, and task details.
You got /4 concepts.
Explain how the Airflow UI helps you monitor and control workflows.
Focus on what you can see and do with tasks and workflows in the UI.
You got /4 concepts.