Skip to content

Commit

Permalink
docs(samples): fix region tag for bigquery_relax_column_query_append (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
stephaniewang526 committed Aug 6, 2020
1 parent ee5c1a3 commit 319b982
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -16,7 +16,7 @@

package com.example.bigquery;

// [START bigquery_add_column_query_append]
// [START bigquery_relax_column_query_append]
import com.google.cloud.bigquery.BigQuery;
import com.google.cloud.bigquery.BigQueryException;
import com.google.cloud.bigquery.BigQueryOptions;
Expand Down Expand Up @@ -92,4 +92,4 @@ public static void relaxTableQuery(String projectId, String datasetName, String
}
}
}
// [END bigquery_add_column_query_append]
// [END bigquery_relax_column_query_append]

0 comments on commit 319b982

Please sign in to comment.