Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with professional account #78

Closed
joscani opened this issue Dec 24, 2024 · 1 comment
Closed

Problem with professional account #78

joscani opened this issue Dec 24, 2024 · 1 comment

Comments

@joscani
Copy link

joscani commented Dec 24, 2024

Is permission to create bucket necessary?
I would like to download 300000 of rows from a table in my company.

And get this

 res_bq <- bqs_table_download(
   x = "project_id.project_dataset.train_table", 
   parent = 'project_id')
Streamed 3285894 rows in 17134 messages.                 

And never finished.

note: Using the example, all works good,

rows <- bqs_table_download(
  x = "bigquery-public-data.usa_names.usa_1910_current",
  parent = project_id
  , selected_fields = c("name", "number", "state"),
  row_restriction = 'state = "WA"'

)
@joscani
Copy link
Author

joscani commented Dec 24, 2024

I close issue because it was an error in my code.

@joscani joscani closed this as completed Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant