question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature Request: Requesting support for streaming data to bigquery

See original GitHub issue

to_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:closed
  • Created 5 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
tswastcommented, Jan 4, 2019

Closing this issue as out-of-scope for the pandas-gbq library.

0reactions
tswastcommented, Mar 23, 2019

@rahul1990gupta I’ve thought more about this feature request, and I believe it’s an appropriate addition to the google-cloud-bigquery library but not pandas-gbq. I’ve filed https://github.com/googleapis/google-cloud-python/issues/7553 to track adding a insert_rows_from_dataframe method there.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found