Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Receiving empty tables when calling bigrquery in R language

Hello there!

I'm trying to get some data from GCP and I'm having issues with that. My company has an application in R and we are trying to connect and request data using the bigrquery package.

I have the same credentials that we used to connect through PowerBI within a JSON file. Thus, I managed to call the function bq_auth(path = 'credentials.json') and connect to GCP.  I can get the list of tables, however, when I ask for the table using the functions tbl() or bq_table_download(as_bq_table(), n_max = 10) I get an empty table/data.frame.

Has anyone had a similar problem or know the solution to this?

0 1 668
1 REPLY 1