You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "suganda7 (via GitHub)" <gi...@apache.org> on 2023/08/21 01:24:02 UTC

[GitHub] [beam] suganda7 opened a new issue, #28069: [Feature Request]: BigQuery Storage Write API Partition Decorator Support

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

   ### What would you like to happen?
   
   Hi team.
   I'm using apache beam for BigQuery data ingestion with **Method.STREAMING_INSERTS** and somehow when I use **Method.STORAGE_API_AT_LEAST_ONCE** partition decorator [1] not supported anymore. Any plan to support it ?
   Thank you
   
   > Sample
   `rows.apply("Save Rows to BigQuery 1",
   				BigQueryIO.writeTableRows().to("{PROJECT}:{DATASET}.{TABLE_NAME}$20230818")
   						.withWriteDisposition(WriteDisposition.WRITE_APPEND)
   						.withSchema(tableSchema)
   						.withCreateDisposition(CreateDisposition.CREATE_IF_NEEDED)
   						.withMethod(Method.STORAGE_API_AT_LEAST_ONCE));`
   
   [1] https://cloud.google.com/bigquery/docs/partitioned-tables#partition_decorators
   
   
   ### Issue Priority
   
   Priority: 2 (default / most feature requests should be filed as P2)
   
   ### Issue Components
   
   - [ ] Component: Python SDK
   - [X] Component: Java SDK
   - [ ] Component: Go SDK
   - [ ] Component: Typescript SDK
   - [ ] Component: IO connector
   - [ ] Component: Beam examples
   - [ ] Component: Beam playground
   - [ ] Component: Beam katas
   - [ ] Component: Website
   - [ ] Component: Spark Runner
   - [ ] Component: Flink Runner
   - [ ] Component: Samza Runner
   - [ ] Component: Twister2 Runner
   - [ ] Component: Hazelcast Jet Runner
   - [X] Component: Google Cloud Dataflow Runner


-- 
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