uranusjr commented on code in PR #28324:
URL: https://github.com/apache/airflow/pull/28324#discussion_r1046786955


##########
docs/apache-airflow/configurations-ref.rst:
##########
@@ -48,6 +48,10 @@ that you run airflow components on is synchronized (for 
example using ntpd) othe
     [{{ section["name"] }}]
     {{ "=" * (section["name"]|length + 2) }}
 
+    {% if section.get('renamed') %}

Review Comment:
   ```suggestion
       {% if 'renamed' in section %}
   ```
   
   Does this work? I feel Jinja2 is in some sort of an uncanny valley to Python 
that most things work but not all things…



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