This is an automated email from the ASF dual-hosted git repository.
Miretpl pushed a commit to branch v3-3-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-3-test by this push:
new 7006af6fa16 [v3-3-test] overview.rst missing a newline which caused
image to not display (#69566) (#73013)
7006af6fa16 is described below
commit 7006af6fa1674b3dbc63d8815f3e370cc33edd5a
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Sep 12 00:52:47 2026 +0200
[v3-3-test] overview.rst missing a newline which caused image to not
display (#69566) (#73013)
Adding an additional newline after the last paragraph in the "Distributed
Airflow architecture" section, so that the
diagram_distributed_airflow_architecture.png image will be properly interpreted
as an image.
(cherry picked from commit ab7e67435f9c45b4ca0a1e18b07ae8cb8caa7096)
Co-authored-by: Chris Patterson <[email protected]>
---
airflow-core/docs/core-concepts/overview.rst | 1 +
1 file changed, 1 insertion(+)
diff --git a/airflow-core/docs/core-concepts/overview.rst
b/airflow-core/docs/core-concepts/overview.rst
index 24741ffdfea..6c7d374a2d5 100644
--- a/airflow-core/docs/core-concepts/overview.rst
+++ b/airflow-core/docs/core-concepts/overview.rst
@@ -169,6 +169,7 @@ In a distributed deployment, the *workers* get a specific
*Dag bundle* version d
Typical ways to
configure DAG bundle backends are described in
:doc:`/administration-and-deployment/dag-bundles`.
Helm chart is one of the ways how to deploy Airflow in K8S cluster.
+
.. image:: ../img/diagram_distributed_airflow_architecture.png
.. _overview-separate-dag-processing-airflow-architecture: