python-bigquery-pandas icon indicating copy to clipboard operation
python-bigquery-pandas copied to clipboard

Add WRITE_TRUNCATE_DATA write disposition

Open JMCarthy1 opened this issue 2 months ago • 0 comments

Hello,

BigQuery Job has now 4 write dispositions : WRITE_EMPTY, WRITE_TRUNCATE, WRITE_APPEND and WRITE_TRUNCATE_DATA

Currently in pandas-gbq WRITE_EMPTY, WRITE_TRUNCATE, and WRITE_APPEND are implemented in pandas_gbq.to_gbq(). ==> Is it possible to add WRITE_TRUNCATE_DATA to pandas_gbq.to_gbq() ?

Best regards,

JMCarthy

JMCarthy1 avatar Oct 17 '25 09:10 JMCarthy1