Maurício Schwartsman
Results
2
comments of
Maurício Schwartsman
After a bit of tinkering, I found the proper error message is "Please reduce the amount of data you're asking for, then retry your request". So the issue is with...
Yes, of course. ``` r library(bigrquery) # Auth bq_auth_configure(path = "client_key_googlecloud.json") bq_auth(path = "marine-booth-200313-xxxxxxxxxxx.json") # Project ID projectId # A tibble: 1 × 1 #> date #> #> 1 2020-12-22...