This is an automated email from the ASF dual-hosted git repository.
Miretpl pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new ab7e67435f9 overview.rst missing a newline which caused image to not
display (#69566)
ab7e67435f9 is described below
commit ab7e67435f9c45b4ca0a1e18b07ae8cb8caa7096
Author: Chris Patterson <[email protected]>
AuthorDate: Fri Sep 11 17:50:38 2026 -0500
overview.rst missing a newline which caused image to not display (#69566)
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.
---
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: