Skip to content

Commit

Permalink
docs(samples): add missing region tag (#1014)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephaniewang526 committed Dec 10, 2020
1 parent 5e96884 commit 1999950
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -16,6 +16,7 @@

package com.example.bigquery;

// [START bigquery_query_materialized_view]
import com.google.cloud.bigquery.BigQuery;
import com.google.cloud.bigquery.BigQueryException;
import com.google.cloud.bigquery.BigQueryOptions;
Expand Down Expand Up @@ -49,3 +50,4 @@ public static void queryMaterializedView(String query) throws InterruptedExcepti
}
}
}
// [END bigquery_query_materialized_view]

0 comments on commit 1999950

Please sign in to comment.