This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch v2-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v2-10-test by this push:
new a13c49eea8 Fixed type in section Object Storage XCom Backend in file
xcoms.rst (#43339) (#43342)
a13c49eea8 is described below
commit a13c49eea8f85ebc6847dc3f1bf32f6618877cc5
Author: Shahar Epstein <[email protected]>
AuthorDate: Thu Oct 24 11:41:49 2024 +0300
Fixed type in section Object Storage XCom Backend in file xcoms.rst
(#43339) (#43342)
(cherry picked from commit 7c6c106591f745b254a119f09da0ebc0729c9d98)
Co-authored-by: Baitur Ulukbekov <[email protected]>
---
docs/apache-airflow/core-concepts/xcoms.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/apache-airflow/core-concepts/xcoms.rst
b/docs/apache-airflow/core-concepts/xcoms.rst
index cd3851e396..b6bd160d89 100644
--- a/docs/apache-airflow/core-concepts/xcoms.rst
+++ b/docs/apache-airflow/core-concepts/xcoms.rst
@@ -79,7 +79,7 @@ So for example the following configuration will store
anything above 1MB in S3 a
[common.io]
xcom_objectstorage_path = s3://conn_id@mybucket/key
xcom_objectstorage_threshold = 1048576
- xcom_objectstoragee_compression = gzip
+ xcom_objectstorage_compression = gzip
.. note::