Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file modified airflow-core/docs/img/ui-dark/demo_graph_and_code_view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified airflow-core/docs/img/ui-dark/demo_grid_view_with_task_logs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file modified airflow-core/docs/img/ui-light/demo_graph_and_code_view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified airflow-core/docs/img/ui-light/demo_grid_view_with_task_logs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions airflow-core/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Here you see:
Airflow parses the script, schedules the tasks, and executes them in the defined order. The status of the ``"demo"`` Dag
is displayed in the web interface:

.. image:: /img/ui-dark/demo_graph_and_code_view.png
.. image:: /img/ui-light/demo_graph_and_code_view.png
:alt: Demo Dag in the Graph View, showing the status of one Dag run along with Dag code.

|
Expand All @@ -88,15 +88,15 @@ This example uses a simple Bash command and Python function, but Airflow tasks c
tasks to run a Spark job, move files between storage buckets, or send a notification email. Here's what that same Dag looks
like over time, with multiple runs:

.. image:: /img/ui-dark/demo_grid_view_with_task_logs.png
.. image:: /img/ui-light/demo_grid_view_with_task_logs.png
:alt: Demo Dag in the Grid View, showing the status of all Dag runs, as well as logs for a task instance

|

Each column in the grid represents a single Dag run. While the graph and grid views are most commonly used, Airflow provides
several other views to help you monitor and troubleshoot workflows — such as the ``Dag Overview`` view:

.. image:: /img/ui-dark/demo_dag_overview_with_failed_tasks.png
.. image:: /img/ui-light/demo_complex_dag_overview_with_failed_tasks.png
:alt: Overview of a complex Dag in the Grid View, showing the status of all Dag runs, as well as quick links to recently failed task logs

|
Expand Down
Loading