robertwb commented on issue #19070: URL: https://github.com/apache/beam/issues/19070#issuecomment-1507747322
Glad you were able to find a workaround, though it is still a bug in the sense that it should not fail with such an error even if streaming isn't set. On Thu, Apr 13, 2023 at 8:40 AM RobMcKiernan ***@***.***> wrote: > I've just realised that I didn't have the pipeline options set to > streaming: > > pipeline_options = PipelineOptions() > pipeline_options.view_as(StandardOptions).streaming = True > with TestPipeline(options=pipeline_options) as testpipeline: > > It's now working fine > > — > Reply to this email directly, view it on GitHub > <https://github.com/apache/beam/issues/19070#issuecomment-1507189914>, or > unsubscribe > <https://github.com/notifications/unsubscribe-auth/AADWVAK6UX5M4JR3NC3TMUDXBAM5VANCNFSM5X2JJLWA> > . > You are receiving this because you were mentioned.Message 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
