tgaddy opened a new issue, #25318: URL: https://github.com/apache/beam/issues/25318
### What needs to happen? The bigqueryio package currently doesn't allow CreateDispositions, as described in this TODO comment: ``` TODO(herohde) 7/14/2017: allow CreateDispositions and WriteDispositions. ``` My understanding is that the current behavior is functionally equivalent to a `CreateIfNeeded` CreateDisposition, since the table will be created if it does not yet exist. I noticed [this issue](https://github.com/apache/beam/issues/22058) from a few months ago, which seems to indicate that the previous behavior was more equivalent to a `CreateNever` disposition. It would be great to give users the flexibility to set an appropriate CreateDisposition, rather than defaulting to one or the other option without the ability to change it. ### Issue Priority Priority: 3 (nice-to-have improvement) ### Issue Components - [ ] Component: Python SDK - [ ] Component: Java SDK - [X] 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 - [ ] 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]
