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

Adding bigquery push function #42

Closed
BasileGoussard opened this issue Jun 8, 2022 · 1 comment
Closed

Adding bigquery push function #42

BasileGoussard opened this issue Jun 8, 2022 · 1 comment

Comments

@BasileGoussard
Copy link

Adding a function like pandas_gbq to implement a method like
pandas_gbq.to_gbq(df, table_id, project_id=project_id)

It would help users directly transfer data from coiled cluster to bigquery without the need to transfer the data locally.

@bnaul
Copy link
Contributor

bnaul commented Jun 8, 2022

There's a discussion already in #3; I agree that this would be very nice, but I think it's a bit tricky to implement (the way that I typically do this is ddf.to_parquet("gs://some_temp_path/"); bigquery.Client.load_table_from_uri("gs://some_temp_path/") but I think we were hoping to find a way to avoid using cloud storage.

@bnaul bnaul closed this as completed Jun 8, 2022
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

2 participants