This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-site.git
The following commit(s) were added to refs/heads/main by this push:
new 5f23c4bac Rename XOM to XCOM (#593)
5f23c4bac is described below
commit 5f23c4bacf227f7f636918c3d28374380f2ba969
Author: Fokko Driesprong <[email protected]>
AuthorDate: Thu May 12 20:26:36 2022 +0200
Rename XOM to XCOM (#593)
:)
---
.../_sources/howto/create-update-providers.rst.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/docs-archive/apache-airflow-providers/_sources/howto/create-update-providers.rst.txt
b/docs-archive/apache-airflow-providers/_sources/howto/create-update-providers.rst.txt
index 6cb5886e8..ca1e24cab 100644
---
a/docs-archive/apache-airflow-providers/_sources/howto/create-update-providers.rst.txt
+++
b/docs-archive/apache-airflow-providers/_sources/howto/create-update-providers.rst.txt
@@ -389,7 +389,7 @@ this (note the ``if ti_key is not None:`` condition).
return BIGQUERY_JOB_DETAILS_LINK_FMT.format(job_id=job_id)
-Having sensors return XOM values
+Having sensors return XCOM values
--------------------------------
In Airflow 2.3, sensor operators will be able to return XCOM values. This is
achieved by returning an instance of the ``PokeReturnValue`` object at the end
of the ``poke()`` method: