This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 0b3df0d4f2b5127c5c13371a51553e51486e0711
Author: Constance Martineau <[email protected]>
AuthorDate: Thu Sep 18 18:21:46 2025 -0400

    (docs) Update Overview screenshots (#55813)
    
    Part of https://github.com/apache/airflow/issues/55521
    
    (cherry picked from commit bc0e262388f24e808201995d65a2f5a5fb33cac5)
---
 ...demo_complex_dag_overview_with_failed_tasks.png | Bin 0 -> 653998 bytes
 .../demo_dag_overview_with_failed_tasks.png        | Bin 285470 -> 0 bytes
 .../docs/img/ui-dark/demo_graph_and_code_view.png  | Bin 171844 -> 458347 bytes
 .../img/ui-dark/demo_grid_view_with_task_logs.png  | Bin 220959 -> 401627 bytes
 ...demo_complex_dag_overview_with_failed_tasks.png | Bin 0 -> 418224 bytes
 .../demo_dag_overview_with_failed_tasks.png        | Bin 286606 -> 0 bytes
 .../docs/img/ui-light/demo_graph_and_code_view.png | Bin 165225 -> 309732 bytes
 .../img/ui-light/demo_grid_view_with_task_logs.png | Bin 222704 -> 279687 bytes
 airflow-core/docs/index.rst                        |   6 +++---
 9 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/airflow-core/docs/img/ui-dark/demo_complex_dag_overview_with_failed_tasks.png 
b/airflow-core/docs/img/ui-dark/demo_complex_dag_overview_with_failed_tasks.png
new file mode 100644
index 00000000000..67b5053d373
Binary files /dev/null and 
b/airflow-core/docs/img/ui-dark/demo_complex_dag_overview_with_failed_tasks.png 
differ
diff --git 
a/airflow-core/docs/img/ui-dark/demo_dag_overview_with_failed_tasks.png 
b/airflow-core/docs/img/ui-dark/demo_dag_overview_with_failed_tasks.png
deleted file mode 100644
index 86269a9103c..00000000000
Binary files 
a/airflow-core/docs/img/ui-dark/demo_dag_overview_with_failed_tasks.png and 
/dev/null differ
diff --git a/airflow-core/docs/img/ui-dark/demo_graph_and_code_view.png 
b/airflow-core/docs/img/ui-dark/demo_graph_and_code_view.png
index c35615a2d71..e69c59e0d0a 100644
Binary files a/airflow-core/docs/img/ui-dark/demo_graph_and_code_view.png and 
b/airflow-core/docs/img/ui-dark/demo_graph_and_code_view.png differ
diff --git a/airflow-core/docs/img/ui-dark/demo_grid_view_with_task_logs.png 
b/airflow-core/docs/img/ui-dark/demo_grid_view_with_task_logs.png
index 36c6d28d59f..e85e8f3664a 100644
Binary files a/airflow-core/docs/img/ui-dark/demo_grid_view_with_task_logs.png 
and b/airflow-core/docs/img/ui-dark/demo_grid_view_with_task_logs.png differ
diff --git 
a/airflow-core/docs/img/ui-light/demo_complex_dag_overview_with_failed_tasks.png
 
b/airflow-core/docs/img/ui-light/demo_complex_dag_overview_with_failed_tasks.png
new file mode 100644
index 00000000000..bb459b5c6c9
Binary files /dev/null and 
b/airflow-core/docs/img/ui-light/demo_complex_dag_overview_with_failed_tasks.png
 differ
diff --git 
a/airflow-core/docs/img/ui-light/demo_dag_overview_with_failed_tasks.png 
b/airflow-core/docs/img/ui-light/demo_dag_overview_with_failed_tasks.png
deleted file mode 100644
index 18ccd3c11c9..00000000000
Binary files 
a/airflow-core/docs/img/ui-light/demo_dag_overview_with_failed_tasks.png and 
/dev/null differ
diff --git a/airflow-core/docs/img/ui-light/demo_graph_and_code_view.png 
b/airflow-core/docs/img/ui-light/demo_graph_and_code_view.png
index d17d9bda007..613cbdc7063 100644
Binary files a/airflow-core/docs/img/ui-light/demo_graph_and_code_view.png and 
b/airflow-core/docs/img/ui-light/demo_graph_and_code_view.png differ
diff --git a/airflow-core/docs/img/ui-light/demo_grid_view_with_task_logs.png 
b/airflow-core/docs/img/ui-light/demo_grid_view_with_task_logs.png
index a00ed336a93..c28729cc9b6 100644
Binary files a/airflow-core/docs/img/ui-light/demo_grid_view_with_task_logs.png 
and b/airflow-core/docs/img/ui-light/demo_grid_view_with_task_logs.png differ
diff --git a/airflow-core/docs/index.rst b/airflow-core/docs/index.rst
index d3788b024c4..fccf4e59672 100644
--- a/airflow-core/docs/index.rst
+++ b/airflow-core/docs/index.rst
@@ -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.
 
 |
@@ -88,7 +88,7 @@ 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
 
 |
@@ -96,7 +96,7 @@ like over time, with multiple runs:
 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
 
 |

Reply via email to