potiuk commented on a change in pull request #7391: [AIRFLOW-6663] Prepare 
backporting packages
URL: https://github.com/apache/airflow/pull/7391#discussion_r376827895
 
 

 ##########
 File path: setup.py
 ##########
 @@ -591,5 +594,144 @@ def do_setup():
     )
 
 
+PROVIDERS_DEPENDENCIES = {
+    "amazon": [aws],
+    "apache.cassandra": [cassandra],
+    "apache.druid": [druid],
+    "apache.hdfs": [hdfs],
+    "apache.hive": [hive],
+    "apache.pig": [],
+    "apache.pinot": [pinot],
+    "apache.spark": [],
+    "apache.sqoop": [],
+    "celery": [celery],
+    "cloudant": [cloudant],
+    "cncf.kubernetes": [kubernetes],
+    "databricks": [databricks],
+    "datadog": [datadog],
+    "dingding": [],
+    "discord": [],
+    "docker": [docker],
+    "email": [],
+    "ftp": [],
+    "google.cloud": [gcp],
 
 Review comment:
   This is up for discussion how we are going to release backport packages (see 
the devlist).
   
    I am also for releasing one big package for now - it will be far easier to 
manage. But then it will have a lot of dependencies. However keeping 
dependencies for each package in this dictionary might still make sense. To be 
discussed.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to