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/05/10 11:47:16 UTC

[GitHub] [airflow] potiuk commented on a change in pull request #14521: Add Asana Provider

potiuk commented on a change in pull request #14521:
URL: https://github.com/apache/airflow/pull/14521#discussion_r629290834



##########
File path: setup.py
##########
@@ -198,8 +198,9 @@ def get_sphinx_theme_version() -> str:
     'watchtower~=0.7.3',
 ]
 apache_beam = [
-    'apache-beam>=2.20.0',
+    'apache-beam[gcp]',

Review comment:
       I think this is the problem. This was a change implemented recently for PIP 21 compatibility and I think you should revert the line top what it was before:
   ```suggestion
       'apache-beam>=2.20.0',
   ```




-- 
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:
users@infra.apache.org