rawwar commented on code in PR #46284: URL: https://github.com/apache/airflow/pull/46284#discussion_r1941555801
########## docs/apache-airflow/core-concepts/xcoms.rst: ########## @@ -52,7 +52,7 @@ You can also use XComs in :ref:`templates <concepts:jinja-templating>`:: XComs are a relative of :doc:`variables`, with the main difference being that XComs are per-task-instance and designed for communication within a DAG run, while Variables are global and designed for overall configuration and value sharing. -If you want to push multiple XComs at once or rename the pushed XCom key, you can use set ``do_xcom_push`` and ``multiple_outputs`` arguments to ``True``, and then return a dictionary of values. +If you want to push multiple XComs at once you can set ``do_xcom_push`` and ``multiple_outputs`` arguments to ``True``, and then return a dictionary of values. Review Comment: we still need to return the dictionary. If we don't, Its not going to automatically return the dictionary. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
