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

[GitHub] [beam] TSultanov opened a new issue, #25660: [Bug]: Beam SDK is not visible to the backend code in SCIO

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

   ### What happened?
   
   `GetMetadata()` endpoint introduced in #22542 is not able to return Beam SDK version for SCIO runners because it is not known during the container build time. Reason is that SCIO runners use [`spotify/scio-template.g8`](https://github.com/spotify/scio.g8) which has version 2.38.0 hardcoded.
   
   It would be nice if we'd support:
   - setting Beam SDK version during the container build
   - having Beam SDK version visible to the backend so it will be possible to return in in `GetMetadata()`
   
   ### Issue Priority
   
   Priority: 3 (minor)
   
   ### Issue Components
   
   - [ ] Component: Python SDK
   - [ ] Component: Java SDK
   - [ ] Component: Go SDK
   - [ ] Component: Typescript SDK
   - [ ] Component: IO connector
   - [ ] Component: Beam examples
   - [X] 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