Deploy, run, and scale Apache Beam pipelines on Google Cloud Dataflow.
# Execute pipeline on cloud runner
python pipeline.py \
--runner=DataflowRunner \
--project=my-gcp-project \
--region=us-central1 \
--temp_location=gs://my-bucket/temp \
--staging_location=gs://my-bucket/staging