mik-laj commented on a change in pull request #8807:
URL: https://github.com/apache/airflow/pull/8807#discussion_r422766304



##########
File path: setup.py
##########
@@ -475,10 +479,10 @@ def write_version(filename: str = os.path.join(*[my_dir, 
"airflow", "git_version
 devel_hadoop = devel_minreq + hdfs + hive + kerberos + presto + webhdfs
 
 devel_all = (all_dbs + atlas + aws + azure + celery + cgroups + dask + datadog 
+ devel + doc + docker +
-             elasticsearch + exasol + facebook + gcp + grpc + hashicorp + jdbc 
+ jenkins + kerberos +
+             elasticsearch + exasol + facebook + google + grpc + hashicorp + 
jdbc + jenkins + kerberos +

Review comment:
       Can you create a providers variable that will only contain dependencies 
for providers? It's getting harder to review this list.
   ```
   providers = (
     was + azure + google....
   )
   devel_all = (all + dbs + devel + doc + providers)




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


Reply via email to