Feature Request: Requesting support for streaming data to bigquery
See original GitHub issueto_gbq() method can only to be called at most 1000 times before it gets the quota exceeded error
https://cloud.google.com/bigquery/quotas
It would be nice to have a support for stream data to big-query where writing to big-query table is implemented by client.insert_rows method as described below in the link.
https://cloud.google.com/bigquery/streaming-data-into-bigquery#bigquery-stream-data-python
System details:
Ubuntu 14.04
pandas 0.22.0
pandas-gbq 0.7.0
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Requesting support for streaming data to bigquery · Issue #238
It would be nice to have a support for stream data to big-query where writing to big-query table is implemented by client.insert_rows method...
Read more >Use the legacy streaming API | BigQuery - Google Cloud
This document describes how to stream data into BigQuery by using the legacy tabledata.insertAll method. For new projects, we recommend using the BigQuery...
Read more >Streaming data to BQ - ideal least privilege needed for the ...
I have created the following Feature Request in Google Cloud Platform ... does not exist without needing 'bigquery.datasets.get' permission.
Read more >Streaming Relational Data into Google BigQuery - YouTube
Alok Pareek – Striim Co-Founder and EVP of Products and former CTO of GoldenGate (now Oracle GoldenGate), discusses the technology and best ...
Read more >Compute@Edge log streaming: Google BigQuery
Fastly's Real-Time Log Streaming feature for Compute@Edge ... The service account must be assigned the Big Query Data Editor role to write ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Closing this issue as out-of-scope for the pandas-gbq library.
@rahul1990gupta I’ve thought more about this feature request, and I believe it’s an appropriate addition to the
google-cloud-bigquerylibrary but notpandas-gbq. I’ve filed https://github.com/googleapis/google-cloud-python/issues/7553 to track adding ainsert_rows_from_dataframemethod there.