-
Notifications
You must be signed in to change notification settings - Fork 187
Closed
Description
I'm using dyplr this is the code:
con <- dbConnect(
bigrquery::bigquery(),
project = "project",
dataset = "dataset",
billing = "project",
)
df <- tbl(con, "table")
df %>% collect()
And this is the error:
Downloading 5,102,682 rows in 511 pages.
Downloading data [=======================>--------------------------------------------------------------------------------------------------------------------------------] 16% ETA: 2mError: Exceeded rate limits: Your project: XXXXXXXXXX exceeded quota for tabledata.list bytes per second per project. For more information, see https://cloud.google.com/bigquery/troubleshooting-errors [rateLimitExceeded]
I tried to use page_size but with no success.
I don't know what i can do.
Help.
byapparov, rsaporta, jwinternheimer and RickyEsclapon
Metadata
Metadata
Assignees
Labels
No labels