0
0
Apache Airflowdevops~5 mins

Airflow UI overview - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
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?
AWorkflow status and management
BDatabase records
CServer hardware details
DUser account settings
Which Airflow UI view shows tasks as colored boxes arranged by time?
ACalendar View
BGraph View
CTree View
DCode View
Where can you find the list of all workflows in Airflow UI?
ATask Instance page
BLog Viewer
CGraph View
DDAGs page
What is the main use of the Graph View in Airflow UI?
ADisplay task dependencies visually
BShow task logs
CEdit workflow code
DSchedule new workflows
Which page lets you retry a failed task in Airflow UI?
ADAGs page
BTask Instance Details page
CGraph View
DCalendar View
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.