Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 616ad7a

Browse files
sofislleahecole
andauthored
chore: fix comments on Dataflow example (GoogleCloudPlatform#4484)
* fix: comments * fix: linting Co-authored-by: Leah E. Cole <[email protected]>
1 parent 1582169 commit 616ad7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer/workflows/dataflowtemplateoperator_tutorial.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
# [START composer_dataflow_dag]
1616

1717

18-
"""Example Airflow DAG that creates a Cloud Dataproc cluster, runs the Hadoop
19-
wordcount example, and deletes the cluster.
18+
"""Example Airflow DAG that creates a Cloud Dataflow workflow which takes a
19+
text file and adds the rows to a BigQuery table.
2020
21-
This DAG relies on three Airflow variables
21+
This DAG relies on four Airflow variables
2222
https://airflow.apache.org/concepts.html#variables
2323
* project_id - Google Cloud Project ID to use for the Cloud Dataflow cluster.
2424
* gce_zone - Google Compute Engine zone where Cloud Dataflow cluster should be

0 commit comments

Comments
 (0)