Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 319b982

Browse files
authoredAug 6, 2020
docs(samples): fix region tag for bigquery_relax_column_query_append (#651)
1 parent ee5c1a3 commit 319b982

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎samples/snippets/src/main/java/com/example/bigquery/RelaxTableQuery.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
package com.example.bigquery;
1818

19-
// [START bigquery_add_column_query_append]
19+
// [START bigquery_relax_column_query_append]
2020
import com.google.cloud.bigquery.BigQuery;
2121
import com.google.cloud.bigquery.BigQueryException;
2222
import com.google.cloud.bigquery.BigQueryOptions;
@@ -92,4 +92,4 @@ public static void relaxTableQuery(String projectId, String datasetName, String
9292
}
9393
}
9494
}
95-
// [END bigquery_add_column_query_append]
95+
// [END bigquery_relax_column_query_append]

0 commit comments

Comments
 (0)
Failed to load comments.