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
| job_status_max_polling_time | int | optional | 3600 sec | Max job status polling time |
55
55
| job_status_polling_interval | int | optional | 10 sec | Job status polling interval |
56
-
| is_skip_job_result_check | boolean | optional | false | Skip waiting Load job finishes. Available for append, or delete_in_advance mode |
56
+
| is_skip_job_result_check | boolean | optional | false | Skip waiting Load job finishes. Available for append, or delete_in_advance mode |
57
57
| with_rehearsal | boolean | optional | false | Load `rehearsal_counts` records as a rehearsal. Rehearsal loads into REHEARSAL temporary table, and delete finally. You may use this option to investigate data errors as early stage as possible |
58
58
| rehearsal_counts | integer | optional | 1000 | Specify number of records to load in a rehearsal |
59
59
| abort_on_error | boolean | optional | true if max_bad_records is 0, otherwise false | Raise an error if number of input rows and number of output rows does not match |
@@ -80,7 +80,7 @@ Client or request options
80
80
81
81
Options for intermediate local files
82
82
83
-
| name | type | required? | default | description |
83
+
| name | type | required? | default | description |
| path_prefix | string | optional || Path prefix of local files such as "/tmp/prefix_". Default randomly generates with [tempfile](http://ruby-doc.org/stdlib-2.2.3/libdoc/tempfile/rdoc/Tempfile.html)|
86
86
| sequence_format | string | optional | .%d.%d | Sequence format for pid, thread id |
0 commit comments