jason810496 commented on code in PR #48568:
URL: https://github.com/apache/airflow/pull/48568#discussion_r2040880199


##########
docs/exts/includes/sections-and-options.rst:
##########
@@ -86,7 +86,11 @@
     {{ "-" * (deprecated_option_name + " (Deprecated)")|length }}
 
     .. deprecated:: {{ since_version }}
+     {% if new_section_name != "celery" %}
      The option has been moved to :ref:`{{ new_section_name }}.{{ 
new_option_name }} <config:{{ new_section_name }}__{{ new_option_name }}>`
+     {% else %}
+     The option has been moved to Celery Provider 
:doc:`apache-airflow-providers-celery:index`
+     {% endif %}
     {% endfor %}

Review Comment:
   I had traced this doc before but hadn’t thought about adding a special case 
for handling "celery".  
   Thanks again ,I learned something new from this change!



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