-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
read_gbq should offer an option to save to dataset #13531
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
Labels
Duplicate Report
Duplicate issue or pull request
Comments
It looks like the configuration obj for the query job here can take a |
xref to #10474 not really sure we should support this |
sure |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now
read_gbq
runs a query and retrieves the results into a data_frame. If one wants to also save it into a dataset table, one then has to callto_gbq
which would stream the results back.The
bq
command line tool has an option to pass a destination dataset table immediately on query to store the results.Ideally
read_gbq
would have an additional option likedestination_table
that could store the results immediately.The text was updated successfully, but these errors were encountered: