Quantcast
Channel: How to overwrite a table in atomic fashion in BigQuery client Python API - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by shollyman for How to overwrite a table in atomic fashion in...

You can control how results are persisted through a combination of setting the create_disposition and write_disposition. The python library exposes these options in QueryJobConfig, and links to more...

View Article



How to overwrite a table in atomic fashion in BigQuery client Python API

Here is a code snippet I used as a reference from GCP documentation:job_config = bigquery.QueryJobConfig()# Set the destination tabletable_ref =...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images