We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ef9512 commit 2580aeeCopy full SHA for 2580aee
1 file changed
java-bigquery/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