Skip to content

CLN: Use WriteDisposition for if_exists=fail/replace/append behavior in to_gbq #118

Closed
@tswast

Description

@tswast

Now that to_gbq is using load jobs instead of streaming to write to table, it could use the write disposition parameter to perform this behavior.

I believe by doing so we would unlock #43 since using write disposition could replace just one partition, but the current logic of deleting and recreating a table cannot handle partitions.

Metadata

Metadata

Assignees

Labels

api: bigqueryIssues related to the googleapis/python-bigquery-pandas API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions