steveniemitz commented on a change in pull request #16229:
URL: https://github.com/apache/beam/pull/16229#discussion_r776509191
##########
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:
no, its always on, there's no way to disable it in java. As I mentioned
in the comment, I don't have any particular strong opinion on if its on or off
by default here. I'd prefer its on by default but if that's a contentious
subject I'll just leave it off.
--
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]