You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: branches/tswast-patch-1/gcloud-java-bigquery/src/main/java/com/google/gcloud/bigquery/InsertAllRequest.java
+20-2Lines changed: 20 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -236,7 +236,16 @@ public Builder ignoreUnknownValues(boolean ignoreUnknownValues) {
236
236
/**
237
237
* If specified, the destination table is treated as a base template. Rows are inserted into an
238
238
* instance table named "{destination}{templateSuffix}". BigQuery will manage the creation of
239
-
* the instance table, using the schema of the base template table.
239
+
* the instance table, using the schema of the base template table. Table creation might take
240
+
* some time. To obtain table's information after {@link BigQuery#insertAll(InsertAllRequest)}
0 commit comments