tvalentyn commented on a change in pull request #16229:
URL: https://github.com/apache/beam/pull/16229#discussion_r776532741



##########
File path: sdks/python/apache_beam/options/pipeline_options.py
##########
@@ -715,6 +715,13 @@ def _add_argparse_args(cls, parser):
         help='When true, will enable the direct logging of any detected hot '
         'keys into Cloud Logging. Warning: this will log the literal key as an 
'
         'unobfuscated string.')
+    parser.add_argument(
+        '--enable_artifact_caching',
+        default=False,

Review comment:
       We can have default as false for one release, announce the flag in 
CHANGES.MD then make it true in one of the subsequent releases module any 
received feedback.




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