kamilwu commented on a change in pull request #13505:
URL: https://github.com/apache/beam/pull/13505#discussion_r539246687



##########
File path: sdks/go/pkg/beam/runners/dataflow/dataflowlib/execute.go
##########
@@ -122,3 +135,21 @@ func PrintJob(ctx context.Context, job *df.Job) {
        }
        log.Info(ctx, string(str))
 }
+
+type dataflowPipelineResult struct {
+       JobID   string

Review comment:
       I had to add the `JobID()` to the `PipelineResult` interface also. But I 
think it's fine, since most runners have some kind of a job ID.




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to