Skip to content

Issue RateLimit Exceeded #306

@evandropp10

Description

@evandropp10

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions