damccorm commented on code in PR #30490:
URL: https://github.com/apache/beam/pull/30490#discussion_r1511914678


##########
website/www/site/content/en/documentation/sdks/yaml.md:
##########
@@ -366,6 +366,8 @@ pipeline:
       config:
         topic: anotherPubSubTopic
         format: json
+options:
+  streaming: true

Review Comment:
   For python it is never implicit IIRC (we don't check whether sources are 
bounded or unbounded), so unless we're doing something special with yaml then I 
think we need this.
   
   @tvalentyn to fact check me here, but I think we talked about making 
streaming implicit for Python but decided against it for back-compat reasons



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

Reply via email to