bigQueryR icon indicating copy to clipboard operation
bigQueryR copied to clipboard

R Interface with Google BigQuery

Results 18 bigQueryR issues
Sort by recently updated
recently updated
newest added

--- Hi, Raising an issue here nearly identical to one I just raised for 'bigrquery' at https://github.com/r-dbi/bigrquery/issues/541 I'm working at an org where all traffic to Google needs to use...

Hi, Im uploading some dataframes from R to big query. When using bigquery package I had no issues. When I upload with BigQueryR I have problems with special characters. Is...

When running any function that requires getting a job I get an error thrown that says: >Request Status Code: 404 >Error: API returned: Not found: Job qvalento-[REDACTED]:job_b6q6[REDACTED] I noticed the...

Whenever I run the bqr_download_extract command in 0.5.0, I get the following output: ``` > bqr_download_extract(bqr_get_job(jobId=job_extract,projectId=projectId)) Multiple files to download. ℹ 2022-05-24 14:09:18 > Request Status Code: 404 Error in...

* Added a dryRun parameter for BigQuery which enable a query to check the estimated size of the overall computation (in bytes). * Added a timeoutMs for large (sync) queries....

I'd like to create a BigQuery table with geoJSON files, despite the geoJSON is an accepted format in BQ and `sourceFormat` specification is coercible to (`NEWLINE_DELIMITED_JSON`) in the function `bqr_upload_data()`...

Hey I am trying to download app data from bigquery and getting the above error. Firebase is connected to bq and I have "events_" table there. I am trying to...

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....

Hi, When uploading data to BQ with the bqr_upload_data() function to a dataset not located in the US or EU, the function returns an error even though the upload is...

Hi, Running into an error when trying to upload data with bqr_upload_data after upgrading to R 4.0.2 on Ubuntu 20.04 `bqr_upload_data(projectId = "XXX", datasetId = "XXX", tableId = "XXX", upload_data...