We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdf721a commit b219258Copy full SHA for b219258
metaflow/metaflow_config.py
@@ -248,8 +248,7 @@
248
# Default container registry
249
DEFAULT_CONTAINER_REGISTRY = from_conf("DEFAULT_CONTAINER_REGISTRY")
250
# Controls whether to include foreach stack information in metadata.
251
-# TODO(Darin, 05/01/24): Remove this flag once we are confident with this feature.
252
-INCLUDE_FOREACH_STACK = from_conf("INCLUDE_FOREACH_STACK", False)
+INCLUDE_FOREACH_STACK = from_conf("INCLUDE_FOREACH_STACK", True)
253
# Maximum length of the foreach value string to be stored in each ForeachFrame.
254
MAXIMUM_FOREACH_VALUE_CHARS = from_conf("MAXIMUM_FOREACH_VALUE_CHARS", 30)
255
# The default runtime limit (In seconds) of jobs launched by any compute provider. Default of 5 days.
0 commit comments