ecerulm commented on a change in pull request #16686:
URL: https://github.com/apache/airflow/pull/16686#discussion_r660383390



##########
File path: docs/apache-airflow/concepts/connections.rst
##########
@@ -24,9 +24,11 @@ A Connection is essentially set of parameters - such as 
username, password and h
 
 They can be managed via the UI or via the CLI; see :doc:`/howto/connection` 
for more information on creating, editing and managing connections. There are 
customizable connection storage and backend options.
 
-You can use Connections directly from your own code, or you can use them via 
Hooks.
+You can use Connections directly from your own code, you can use them via 
Hooks or use them from :ref:`templates <concepts:jinja-templating>`::
 
 
+    echo {{ conn.<conn_id>.host }}

Review comment:
       the document  for variables (variable.rst) uses the `echo {{ 
conn.<variable_name> }}` so I rather keep it this way to maintain consistency 
between those two. 




-- 
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]


Reply via email to