Abacn commented on code in PR #35917:
URL: https://github.com/apache/beam/pull/35917#discussion_r2288520610


##########
sdks/python/apache_beam/options/pipeline_options.py:
##########
@@ -1021,9 +1021,9 @@ def _add_argparse_args(cls, parser):
         'updating-a-pipeline')
     parser.add_argument(
         '--enable_streaming_engine',
-        default=False,
+        default=True,
         action='store_true',
-        help='Enable Windmill Service for this Dataflow job. ')
+        help='Deprecated. All Python pipelines use Streaming Engine. ')

Review Comment:
   nit: All Python pipelines on Dataflow?



-- 
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-unsubscr...@beam.apache.org

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

Reply via email to