This is an automated email from the ASF dual-hosted git repository.
eladkal pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 52d932f659 docs: Note Apache Beam requires `gcloud` to execute
Dataflow jobs (#32663)
52d932f659 is described below
commit 52d932f659d881a0b17bc1c1ba7e7bfd87d45848
Author: Alan Ma <[email protected]>
AuthorDate: Tue Jul 18 04:22:58 2023 -0700
docs: Note Apache Beam requires `gcloud` to execute Dataflow jobs (#32663)
* Update operators.rst
Include warning that gcloud is required to submit Apache Beam pipelines to
Dataflow
* Update docs/apache-airflow-providers-apache-beam/operators.rst
---------
Co-authored-by: eladkal <[email protected]>
---
docs/apache-airflow-providers-apache-beam/operators.rst | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/docs/apache-airflow-providers-apache-beam/operators.rst
b/docs/apache-airflow-providers-apache-beam/operators.rst
index f7487fb264..3ec91a050e 100644
--- a/docs/apache-airflow-providers-apache-beam/operators.rst
+++ b/docs/apache-airflow-providers-apache-beam/operators.rst
@@ -24,6 +24,11 @@ streaming data-parallel processing pipelines. Using one of
the open source Beam
that defines the pipeline. The pipeline is then executed by one of Beam's
supported distributed processing
back-ends, which include Apache Flink, Apache Spark, and Google Cloud Dataflow.
+.. note::
+ This operator requires ``gcloud`` command (Google Cloud SDK) to be
installed on the Airflow worker
+ <https://cloud.google.com/sdk/docs/install> when the Apache Beam pipeline
runs on the
+ [Dataflow service](https://cloud.google.com/dataflow/docs).
+
.. _howto/operator:BeamRunPythonPipelineOperator: