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 5b8108c0603292f4417201410b8149dcc4178406 Author: Jens Scheffler <[email protected]> AuthorDate: Tue Apr 22 07:33:21 2025 +0200 Update screenshots for Airflow 3 Architecture (#49524) (cherry picked from commit ea6389ab2206567d32b13ee0057d4154f3e543c2) --- airflow-core/docs/core-concepts/dags.rst | 2 +- airflow-core/docs/core-concepts/overview.rst | 2 +- airflow-core/docs/img/edge_label_example.png | Bin 37438 -> 0 bytes airflow-core/docs/img/ui-dark/edge_label_example.png | Bin 0 -> 30036 bytes airflow-core/docs/img/ui-light/edge_label_example.png | Bin 0 -> 30340 bytes 5 files changed, 2 insertions(+), 2 deletions(-) diff --git a/airflow-core/docs/core-concepts/dags.rst b/airflow-core/docs/core-concepts/dags.rst index 5537ea12d94..5e28b6eae57 100644 --- a/airflow-core/docs/core-concepts/dags.rst +++ b/airflow-core/docs/core-concepts/dags.rst @@ -634,7 +634,7 @@ Or, you can pass a Label object to ``set_upstream``/``set_downstream``: Here's an example DAG which illustrates labeling different branches: -.. image:: /img/edge_label_example.png +.. image:: /img/ui-light/edge_label_example.png .. exampleinclude:: /../src/airflow/example_dags/example_branch_labels.py :language: python diff --git a/airflow-core/docs/core-concepts/overview.rst b/airflow-core/docs/core-concepts/overview.rst index c929c3da725..82f669bcd11 100644 --- a/airflow-core/docs/core-concepts/overview.rst +++ b/airflow-core/docs/core-concepts/overview.rst @@ -22,7 +22,7 @@ Airflow is a platform that lets you build and run *workflows*. A workflow is rep :doc:`DAG <dags>` (a Directed Acyclic Graph), and contains individual pieces of work called :doc:`tasks`, arranged with dependencies and data flows taken into account. -.. image:: ../img/edge_label_example.png +.. image:: ../img/ui-light/edge_label_example.png :alt: An example Airflow DAG, rendered in Graph A DAG specifies the dependencies between tasks, which defines the order in which to execute the tasks. diff --git a/airflow-core/docs/img/edge_label_example.png b/airflow-core/docs/img/edge_label_example.png deleted file mode 100644 index 52c280fcb17..00000000000 Binary files a/airflow-core/docs/img/edge_label_example.png and /dev/null differ diff --git a/airflow-core/docs/img/ui-dark/edge_label_example.png b/airflow-core/docs/img/ui-dark/edge_label_example.png new file mode 100644 index 00000000000..70cba3d1c64 Binary files /dev/null and b/airflow-core/docs/img/ui-dark/edge_label_example.png differ diff --git a/airflow-core/docs/img/ui-light/edge_label_example.png b/airflow-core/docs/img/ui-light/edge_label_example.png new file mode 100644 index 00000000000..4a51ded7f47 Binary files /dev/null and b/airflow-core/docs/img/ui-light/edge_label_example.png differ
