This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch fd-typo in repository https://gitbox.apache.org/repos/asf/airflow-site.git
commit 1cefaa0a652b4911a86487d1b6c6680ee979d48e Author: Fokko Driesprong <[email protected]> AuthorDate: Thu May 12 20:04:37 2022 +0200 Rename XOM to XCOM :) --- .../_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:
