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

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

commit b94b2599df6588150895cacb19bc5999c83fa18e
Author: Jens Scheffler <[email protected]>
AuthorDate: Tue Apr 22 08:12:39 2025 +0200

    Update screenshots for Dynamic Task Mapping (#49529)
    
    (cherry picked from commit 3e105843bf5acfc0f908ed78282c609aad18a7ee)
---
 .../authoring-and-scheduling/dynamic-task-mapping.rst   |   4 ++--
 airflow-core/docs/img/mapping-simple-graph.png          | Bin 7731 -> 0 bytes
 airflow-core/docs/img/mapping-simple-grid.png           | Bin 93751 -> 0 bytes
 airflow-core/docs/img/ui-dark/mapping_simple_graph.png  | Bin 0 -> 7913 bytes
 airflow-core/docs/img/ui-light/mapping_simple_graph.png | Bin 0 -> 8070 bytes
 5 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/airflow-core/docs/authoring-and-scheduling/dynamic-task-mapping.rst 
b/airflow-core/docs/authoring-and-scheduling/dynamic-task-mapping.rst
index d25f1204bd9..1ca973125c1 100644
--- a/airflow-core/docs/authoring-and-scheduling/dynamic-task-mapping.rst
+++ b/airflow-core/docs/authoring-and-scheduling/dynamic-task-mapping.rst
@@ -41,11 +41,11 @@ This will show ``Total was 9`` in the task logs when 
executed.
 
 This is the resulting DAG structure:
 
-.. image:: /img/mapping-simple-graph.png
+.. image:: /img/ui-light/mapping_simple_graph.png
 
 The grid view also provides visibility into your mapped tasks in the details 
panel:
 
-.. image:: /img/mapping-simple-grid.png
+.. image:: /img/ui-dark/grid_mapped_task.png
 
 .. note:: Only keyword arguments are allowed to be passed to ``expand()``.
 
diff --git a/airflow-core/docs/img/mapping-simple-graph.png 
b/airflow-core/docs/img/mapping-simple-graph.png
deleted file mode 100644
index 476e16c3f01..00000000000
Binary files a/airflow-core/docs/img/mapping-simple-graph.png and /dev/null 
differ
diff --git a/airflow-core/docs/img/mapping-simple-grid.png 
b/airflow-core/docs/img/mapping-simple-grid.png
deleted file mode 100644
index ce5bdaeaf8f..00000000000
Binary files a/airflow-core/docs/img/mapping-simple-grid.png and /dev/null 
differ
diff --git a/airflow-core/docs/img/ui-dark/mapping_simple_graph.png 
b/airflow-core/docs/img/ui-dark/mapping_simple_graph.png
new file mode 100644
index 00000000000..bfca63bfbcb
Binary files /dev/null and 
b/airflow-core/docs/img/ui-dark/mapping_simple_graph.png differ
diff --git a/airflow-core/docs/img/ui-light/mapping_simple_graph.png 
b/airflow-core/docs/img/ui-light/mapping_simple_graph.png
new file mode 100644
index 00000000000..6216ce599f2
Binary files /dev/null and 
b/airflow-core/docs/img/ui-light/mapping_simple_graph.png differ

Reply via email to