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

Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/dataflow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ This example will output data to a Cloud Storage bucket so one needs to be creat
for the pipeline. To do so run the following command:

```shell
gsutil mb -l $REGION gs://xee-out-${PROJECT}
gcloud storage buckets create gs://xee-out-${PROJECT} --location=$REGION
```

Cloud bucket names need to be globally unique so this uses the Cloud Project Number (also globally unique) in the name.
Expand Down