Support for writing to partitioned and clustered BigQuery tables using Python
Open
gcp
io
java
new feature
P3
- Dominant language
- Java
- Stars
- 8.7k
- Forks
- 4.7k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 196
Description
According to the BigQuery sink docs:
```
BigQuery sink currently does not fully support writing to BigQuery time partitioned tables. But writing
to a *single* partition may work if that does not involve creating a new table (for example, when writing
to an existing table with `create_disposition=CREATE_NEVER` and `write_disposition=WRITE_APPEND`).
```
The sink should support partitioning (and clustering).
Imported from Jira [BEAM-7108](https://issues.apache.org/jira/browse/BEAM-7108). Original Jira may contain additional context.
Reported by: oliviervg1.
Contributor guide
Assessment
This issue has not been assessed yet.