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/12/13 08:21:06 UTC

[GitHub] [airflow] uranusjr commented on a diff in pull request #28324: Add `version_renamed` and `previous_name` in config sections

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

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