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: docs/api-reference/loaders-storage-targets/bigquery-loader/configuration-reference/_common_config.md
+20-2
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,26 @@ import Link from '@docusaurus/Link';
11
11
<td>Optional. Default value <code>1 second</code>. Events are emitted to BigQuery after a maximum of this duration, even if the <code>maxBytes</code> size has not been reached</td>
12
12
</tr>
13
13
<tr>
14
-
<td><code>batching.uploadConcurrency</code></td>
15
-
<td>Optional. Default value 3. How many batches can we send simultaneously over the network to BigQuery</td>
0 commit comments