o-nikolas commented on code in PR #62439:
URL: https://github.com/apache/airflow/pull/62439#discussion_r2855018183
##########
airflow-core/docs/core-concepts/variables.rst:
##########
@@ -55,7 +60,7 @@ You can also use them from :ref:`templates
<concepts:jinja-templating>`::
# Auto-deserialize JSON value
echo {{ var.json.<variable_name> }}
-Variables are **global**, and should only be used for overall configuration
that covers the entire installation; to pass data from one Task/Operator to
another, you should use :doc:`xcoms` instead.
+Variables are **global** unless created for a specific :ref:`Airflow Team
<multi-team-variables>`. Global Variables should only be used for overall
configuration that covers the entire installation. Team based Variables should
be used for overall configuration related to one specific Team. To pass data
from one Task/Operator to another, you should use :doc:`xcoms` instead.
Review Comment:
I figured that was assumed to be true, since if you're not using multi-team
it's a moot point. But I also don't mind updating it anyway. I'll add something!
--
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]