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 2021/09/03 21:00:19 UTC

[GitHub] [airflow] jedcunningham commented on a change in pull request #18020: Adds capability of Warnings for incompatible community providers

jedcunningham commented on a change in pull request #18020:
URL: https://github.com/apache/airflow/pull/18020#discussion_r702158295



##########
File path: airflow/providers_manager.py
##########
@@ -204,6 +205,11 @@ def wrapped_function(*args, **kwargs):
     return provider_info_cache_decorator
 
 
+MIN_PROVIDER_VERSIONS = {
+    "apache-airflow-providers-celery": "2.1.0",
+}

Review comment:
       Should we maybe put this higher up in the file?




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