-
Notifications
You must be signed in to change notification settings - Fork 126
Open
Labels
api: bigqueryIssues related to the googleapis/python-bigquery-pandas API.Issues related to the googleapis/python-bigquery-pandas API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
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
Metadata
Metadata
Assignees
Labels
api: bigqueryIssues related to the googleapis/python-bigquery-pandas API.Issues related to the googleapis/python-bigquery-pandas API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.