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

[GitHub] [beam] tgaddy opened a new issue, #25318: [Task][Go SDK]: Allow CreateDisposition for BigQuery

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: github-unsubscribe@beam.apache.org.apache.org

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


[GitHub] [beam] lostluck closed issue #25318: [Task][Go SDK]: Allow CreateDisposition for BigQuery

Posted by "lostluck (via GitHub)" <gi...@apache.org>.
lostluck closed issue #25318: [Task][Go SDK]: Allow CreateDisposition for BigQuery 
URL: https://github.com/apache/beam/issues/25318


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

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


[GitHub] [beam] tgaddy commented on issue #25318: [Task][Go SDK]: Allow CreateDisposition for BigQuery

Posted by "tgaddy (via GitHub)" <gi...@apache.org>.
tgaddy commented on issue #25318:
URL: https://github.com/apache/beam/issues/25318#issuecomment-1418054015

   .take-issue


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

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