Skip to content

Commit 1999950

Browse files
docs(samples): add missing region tag (#1014)
1 parent 5e96884 commit 1999950

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

samples/snippets/src/main/java/com/example/bigquery/QueryMaterializedView.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
package com.example.bigquery;
1818

19+
// [START bigquery_query_materialized_view]
1920
import com.google.cloud.bigquery.BigQuery;
2021
import com.google.cloud.bigquery.BigQueryException;
2122
import com.google.cloud.bigquery.BigQueryOptions;
@@ -49,3 +50,4 @@ public static void queryMaterializedView(String query) throws InterruptedExcepti
4950
}
5051
}
5152
}
53+
// [END bigquery_query_materialized_view]

0 commit comments

Comments
 (0)