1. Which Airflow UI view shows a grid of DAG runs and their task instances over time, making it easy to spot failures across runs?
- A. The Grid view✓ Correct
- B. The Connections page
- C. The Variables page
- D. The Admin menu
Explanation
The Grid view displays DAG runs as columns and tasks as rows, color-coded by state, so you can quickly see which task instances failed across runs. Connections (B) and Variables (C) are admin config pages, and the Admin menu (D) is navigation, not a run-monitoring view.