[ https://issues.apache.org/jira/browse/BEAM-3287?focusedWorklogId=82117&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-82117 ]
ASF GitHub Bot logged work on BEAM-3287: ---------------------------------------- Author: ASF GitHub Bot Created on: 20/Mar/18 01:25 Start Date: 20/Mar/18 01:25 Worklog Time Spent: 10m Work Description: herohde commented on a change in pull request #4888: [BEAM-3287] Add Go support for universal runners, incl Flink URL: https://github.com/apache/beam/pull/4888#discussion_r175633251 ########## File path: sdks/go/pkg/beam/core/runtime/graphx/translate.go ########## @@ -28,12 +28,12 @@ import ( const ( // Model constants - URNImpulse = "urn:beam:transform:impulse:v1" + URNImpulse = "beam:transform:impulse:v1" URNParDo = "urn:beam:transform:pardo:v1" Review comment: Yes, that one is still the old way. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 82117) Time Spent: 1.5h (was: 1h 20m) > Go SDK support for portable pipelines > ------------------------------------- > > Key: BEAM-3287 > URL: https://issues.apache.org/jira/browse/BEAM-3287 > Project: Beam > Issue Type: Improvement > Components: sdk-go > Reporter: Henning Rohde > Assignee: Henning Rohde > Priority: Major > Labels: portability > Time Spent: 1.5h > Remaining Estimate: 0h > > The Go SDK should participate in the portability framework, incl. job > submission w/ a docker container image. -- This message was sent by Atlassian JIRA (v7.6.3#76005)