kolban-google opened a new issue, #39768: URL: https://github.com/apache/beam/issues/39768
### What would you like to happen? I was attempting to use the Python SDK to work with the BigQuery IO connector to send Change Data Capture records to BigQuery. It seems that BigQuery has a special format for receiving CDC records and the Beam implementation understands this format. However there are special flags that need to be set and the input PCollection records have to be a special format. I was able to decode this after much pain by looking at the source code. This issue asks for these to be captured in documentation ... ideally [here](https://beam.apache.org/documentation/io/built-in/google-bigquery/). ### Issue Priority Priority: 2 (default / most feature requests should be filed as P2) ### Issue Components - [x] Component: Python SDK - [ ] Component: Java SDK - [ ] Component: Go SDK - [ ] Component: Typescript SDK - [x] Component: IO connector - [ ] Component: Beam YAML - [ ] Component: Beam examples - [ ] Component: Beam playground - [ ] Component: Beam katas - [ ] Component: Website - [ ] Component: Infrastructure - [ ] Component: Spark Runner - [ ] Component: Flink Runner - [ ] Component: Prism Runner - [ ] Component: Twister2 Runner - [ ] Component: Hazelcast Jet Runner - [ ] 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
