You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/03/08 22:08:18 UTC

[GitHub] [beam] tysonjh commented on a change in pull request #14159: [BEAM-11932] Add Dataflow ServiceOptions.

tysonjh commented on a change in pull request #14159:
URL: https://github.com/apache/beam/pull/14159#discussion_r589783474



##########
File path: runners/google-cloud-dataflow-java/src/main/java/org/apache/beam/runners/dataflow/options/DataflowPipelineOptions.java
##########
@@ -109,6 +110,17 @@
 
   void setTemplateLocation(String value);
 
+  /**
+   * Service options are set by the user and configure the service. This decouples service side
+   * feature availability from the Apache Beam release cycle.
+   */
+  @Description(

Review comment:
       Yes. The documentation will be on cloud.google.com for Dataflow. One of the pages for specifying execution parameters is being refactored, once that is complete we'll have a better idea of how to incorporate these service options.
   
   There will be some overlap with `experiments` for the time being until the experiments that are 'GA' have first class pipeline options introduced.




----------------------------------------------------------------
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:
users@infra.apache.org