mik-laj commented on a change in pull request #8807:
URL: https://github.com/apache/airflow/pull/8807#discussion_r422768168
##########
File path: setup.py
##########
@@ -249,8 +249,9 @@ def write_version(filename: str = os.path.join(*[my_dir,
"airflow", "git_version
'oauthlib!=2.0.3,!=2.0.4,!=2.0.5,<3.0.0,>=1.1.2',
'requests-oauthlib==1.1.0',
]
-gcp = [
+google = [
'PyOpenSSL',
+ 'apache-beam',
Review comment:
Oh. I'm afraid of that. Apache Beam is a very large project and has a
lot of dependencies. In my opinion, this is not a library, but it is an
application that the user must install separately. I and @tanjinP are working
on a guide that will describe it in more detail.
https://github.com/apache/airflow/pull/8809
After that, Apache Beam for Dataflow should be installed via
`apache_beam[gcp]`.
----------------------------------------------------------------
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]