potiuk commented on code in PR #32767:
URL: https://github.com/apache/airflow/pull/32767#discussion_r1273958075
##########
airflow/config_templates/__init__.py:
##########
@@ -25,4 +25,6 @@
},
}
-add_deprecated_classes(__deprecated_classes, __name__)
+add_deprecated_classes(
+ __deprecated_classes, __name__, {}, " The `celery` provider must be >=
3.3.0 for that."
Review Comment:
Sure. but that's one more conditional, because the space should noyt
technically be added when there is no extra message.
--
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]