You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/06/29 14:42:09 UTC

[GitHub] [airflow] kaxil commented on a diff in pull request #24735: Update templates-ref.rst to mention `extras` and format Airflow Vars / Conns

kaxil commented on code in PR #24735:
URL: https://github.com/apache/airflow/pull/24735#discussion_r909860887


##########
docs/apache-airflow/templates-ref.rst:
##########
@@ -125,11 +127,17 @@ It is also possible to fetch a variable by string if needed with
 ``{{ var.json.get('my.dict.var', {'key1': 'val1'}) }}``. Defaults can be
 supplied in case the variable does not exist.
 
-Similarly, Airflow Connections data can be accessed via the ``conn`` template variable.
-For example, you could use expressions in your templates like ``{{ conn.my_conn_id.login }}``,
+
+Airflow Connections in Templates
+---------

Review Comment:
   ```suggestion
   Airflow Connections in Templates
   ---------------------------------
   ```
   
   The line has to match the heading in terms of length, it can be more not less I think



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org