@arcane-utils/job-helper
v3.1.5
Published
Bigquery Job helper functions.
Downloads
39
Readme
@arcane-utils/job-helper
CHANGE LOG
V 3.1.5
Add preserveAsciiControlCharacters to LoadJobOptions
V 3.1.4
Use commonjs module
V 3.1.3
Preserve errors type when raising an unknown error
V 3.1.0
/!\ Breaking changes :
- Delete combineExtractedFiles as it is a duplicate of a storage helper function concatenateSubFiles
- Modify launchExtractJob (and launchExtractJobWithRetry) parameters to be more explicit We don't jump to the 4.0.0 version as it is part of the same EPIC.
V 3.0.0
/!\ Breaking changes on all launchXXX functions ! They stop getting job result after launching it. It is now the responsability of the caller to get the result. Remove call to getJobResult, the caller has to call it if needed. Also remove, logger from parameters as it is not used anymore.
V 2.0.3
Fix QueryOptions interface
V 2.0.1
Improve retry logic in launchQueryJobWithRetry
V 2.0.0
/!\ Breaking changes : Modify launchQueryJob (and withRetry) parameters
V 1.1.12
Finally make package functional after many tries
V 1.0.0
Init component.
Old CHANGE LOG
V 1.1.0
Add allowJaggedRows to LoadJobOptions Rename InputBqParameters to LoadJobConfig