bigQueryR
bigQueryR copied to clipboard
add location param to bqr_get_job
Hi @MarkEdmondson1234,
Here is my implementation of the bqr_get_job location param as discussed in issue #71. The location is either parsed from the job object or takes the user input. NULL value is accepted for backward compatibility, which still works for EU and US location. Within the package job location is passed to the function whenever it is called.
I didn't add any tests as it would require datasets in a different location, but it worked in my 'testing environment'.
Cheers, Eszter
Thanks! Will take a look. Please do add yourself as a contributor to the Authors in the DESCRIPTION as well if you wish.
@MarkEdmondson1234 could you pull this branch in please? We are moving to specific regions (low CO2) now, making this a necessary change.