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 2448d11 commit a71b1b2Copy full SHA for a71b1b2
samples/snippets/src/main/java/com/example/bigquery/CreateDatasetAws.java
@@ -30,7 +30,6 @@ public static void main(String[] args) {
30
// TODO(developer): Replace these variables before running the sample.
31
String projectId = "MY_PROJECT_ID";
32
String datasetName = "MY_DATASET_NAME";
33
- // Note: As of now location only supports aws-us-east-1
34
String location = "aws-us-east-1";
35
createDatasetAws(projectId, datasetName, location);
36
}
0 commit comments