Olivier Van Goethem created BEAM-7108:
-----------------------------------------
Summary: Support for writing to partitioned and clustered BigQuery
tables using Python
Key: BEAM-7108
URL: https://issues.apache.org/jira/browse/BEAM-7108
Project: Beam
Issue Type: New Feature
Components: io-java-gcp
Reporter: Olivier Van Goethem
According to the BigQuery sink docs:
{code:java}
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`).
{code}
The sink should support partitioning (and clustering).
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)