You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "paulleroyza (via GitHub)" <gi...@apache.org> on 2023/08/19 15:40:52 UTC

[GitHub] [beam] paulleroyza commented on issue #21103: Python Direct Runner doesn't support both streaming & non streaming sources

paulleroyza commented on issue #21103:
URL: https://github.com/apache/beam/issues/21103#issuecomment-1685030779

   This is also affecting my pipeline, snippet below:
     with beam.Pipeline(argv=pipeline_args) as pipeline:
       send_data = (pipeline | "Read Parquet" >> beam.io.ReadFromParquet(known_args.source)
                             #| "Print" >> beam.FlatMap(beam_print,subset=1)
                             | "Write to PubSub" >> beam.io.WriteToPubSub(topic=known_args.topic)
                   )


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org