Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1582169 commit 616ad7aCopy full SHA for 616ad7a
composer/workflows/dataflowtemplateoperator_tutorial.py
@@ -15,10 +15,10 @@
15
# [START composer_dataflow_dag]
16
17
18
-"""Example Airflow DAG that creates a Cloud Dataproc cluster, runs the Hadoop
19
-wordcount example, and deletes the cluster.
+"""Example Airflow DAG that creates a Cloud Dataflow workflow which takes a
+text file and adds the rows to a BigQuery table.
20
21
-This DAG relies on three Airflow variables
+This DAG relies on four Airflow variables
22
https://airflow.apache.org/concepts.html#variables
23
* project_id - Google Cloud Project ID to use for the Cloud Dataflow cluster.
24
* gce_zone - Google Compute Engine zone where Cloud Dataflow cluster should be
0 commit comments