Skip to content

Commit b219258

Browse files
authored
Update flag for including for each stack info in metadata (#2266)
1 parent cdf721a commit b219258

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

metaflow/metaflow_config.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,7 @@
248248
# Default container registry
249249
DEFAULT_CONTAINER_REGISTRY = from_conf("DEFAULT_CONTAINER_REGISTRY")
250250
# 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)
251+
INCLUDE_FOREACH_STACK = from_conf("INCLUDE_FOREACH_STACK", True)
253252
# Maximum length of the foreach value string to be stored in each ForeachFrame.
254253
MAXIMUM_FOREACH_VALUE_CHARS = from_conf("MAXIMUM_FOREACH_VALUE_CHARS", 30)
255254
# The default runtime limit (In seconds) of jobs launched by any compute provider. Default of 5 days.

0 commit comments

Comments
 (0)