mattcasters commented on issue #3131: URL: https://github.com/apache/hop/issues/3131#issuecomment-1813194107
For DataFlow we solved it by saving the specific details like Job ID, project ID, region, as details in the execution information location. So the `pipeline` object above is a `HopBeamPipelineEngine` object of which you can ask `getBeamPipelineResults()`. That will have the details for DataFlow by casting to `DataflowPipelineJob`. Perhaps we can cast to `FlinkRunnerResult` to get similar results. -- 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]
