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 1ddce78e7f656681a08d01e6f705745b5b9362db
Author: Jens Scheffler <[email protected]>
AuthorDate: Tue Apr 22 08:21:40 2025 +0200

    Update screenshots for Dag-Run (#49528)
    
    (cherry picked from commit acf4d690a48bd7fd46061f6ddeaf4accaeab1a92)
---
 airflow-core/docs/core-concepts/dag-run.rst            |   4 ++--
 airflow-core/docs/img/task_instance_history.png        | Bin 118727 -> 0 bytes
 airflow-core/docs/img/task_instance_history_log.png    | Bin 156398 -> 0 bytes
 .../docs/img/ui-dark/task_instance_history.png         | Bin 0 -> 125116 bytes
 .../docs/img/ui-dark/task_instance_history_log.png     | Bin 0 -> 204892 bytes
 .../docs/img/ui-light/task_instance_history.png        | Bin 0 -> 124879 bytes
 .../docs/img/ui-light/task_instance_history_log.png    | Bin 0 -> 205839 bytes
 7 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/airflow-core/docs/core-concepts/dag-run.rst 
b/airflow-core/docs/core-concepts/dag-run.rst
index 1befa0b7c13..af7e727de2b 100644
--- a/airflow-core/docs/core-concepts/dag-run.rst
+++ b/airflow-core/docs/core-concepts/dag-run.rst
@@ -199,7 +199,7 @@ Task Instance History
 ---------------------
 When a task instance retries or is cleared, the task instance history is 
preserved. You can see this history by clicking on the task instance in the 
Grid view.
 
-.. image:: ../img/task_instance_history.png
+.. image:: ../img/ui-dark/task_instance_history.png
 
 .. note::
     The try selector shown above is only available for tasks that have been 
retried or cleared.
@@ -207,7 +207,7 @@ When a task instance retries or is cleared, the task 
instance history is preserv
 The history shows the value of the task instance attributes at the end of the 
particular run. On the log page, you can also see the logs for each of the task 
instance tries.
 This can be useful for debugging.
 
-.. image:: ../img/task_instance_history_log.png
+.. image:: ../img/ui-dark/task_instance_history_log.png
 
 .. note::
     Related task instance objects like the XComs, rendered template fields, 
etc., are not preserved in the history. Only the task instance attributes, 
including the logs, are preserved.
diff --git a/airflow-core/docs/img/task_instance_history.png 
b/airflow-core/docs/img/task_instance_history.png
deleted file mode 100644
index d1dcf27a5e4..00000000000
Binary files a/airflow-core/docs/img/task_instance_history.png and /dev/null 
differ
diff --git a/airflow-core/docs/img/task_instance_history_log.png 
b/airflow-core/docs/img/task_instance_history_log.png
deleted file mode 100644
index c1d83f3ed32..00000000000
Binary files a/airflow-core/docs/img/task_instance_history_log.png and 
/dev/null differ
diff --git a/airflow-core/docs/img/ui-dark/task_instance_history.png 
b/airflow-core/docs/img/ui-dark/task_instance_history.png
new file mode 100644
index 00000000000..4755ac4038c
Binary files /dev/null and 
b/airflow-core/docs/img/ui-dark/task_instance_history.png differ
diff --git a/airflow-core/docs/img/ui-dark/task_instance_history_log.png 
b/airflow-core/docs/img/ui-dark/task_instance_history_log.png
new file mode 100644
index 00000000000..36a45b06bdd
Binary files /dev/null and 
b/airflow-core/docs/img/ui-dark/task_instance_history_log.png differ
diff --git a/airflow-core/docs/img/ui-light/task_instance_history.png 
b/airflow-core/docs/img/ui-light/task_instance_history.png
new file mode 100644
index 00000000000..27835950e7c
Binary files /dev/null and 
b/airflow-core/docs/img/ui-light/task_instance_history.png differ
diff --git a/airflow-core/docs/img/ui-light/task_instance_history_log.png 
b/airflow-core/docs/img/ui-light/task_instance_history_log.png
new file mode 100644
index 00000000000..afcccd0f289
Binary files /dev/null and 
b/airflow-core/docs/img/ui-light/task_instance_history_log.png differ

Reply via email to