Add preserveAsciiControlCharacters to LoadJobOptions
Use commonjs module
Preserve errors type when raising an unknown error
/!\ 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.
/!\ 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.
Fix QueryOptions interface
Improve retry logic in launchQueryJobWithRetry
/!\ Breaking changes : Modify launchQueryJob (and withRetry) parameters
Finally make package functional after many tries
Init component.
Add allowJaggedRows to LoadJobOptions Rename InputBqParameters to LoadJobConfig