You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/04 14:30:47 UTC

[GitHub] [beam] damccorm opened a new issue, #19939: Enable WriteToBigQuery to perform range partitioning

damccorm opened a new issue, #19939:
URL: https://github.com/apache/beam/issues/19939

   BigQuery team recently [released 1.22.0](https://github.com/googleapis/google-cloud-python/releases/tag/bigquery-1.22.0) which includes the range partitioning feature (here is [an example](https://github.com/googleapis/google-cloud-python/blob/c4a69d44ccea9635b3d9d316b3f545f16538dafe/bigquery/samples/create_table_range_partitioned.py)). 
   
   WriteToBigQuery uses [`additional_bq_parameters`](https://github.com/apache/beam/blob/c1719476b74ec6f68fabea392087607adafc70ef/sdks/python/apache_beam/io/gcp/bigquery.py#L177) to create tables with date partitioning and clustering. It would be great if the same would be possible to create tables with range partitioning.
   
   Imported from Jira [BEAM-8898](https://issues.apache.org/jira/browse/BEAM-8898). Original Jira may contain additional context.
   Reported by: samanvp.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org