From 5098fae518d0c82437ba4f7f06d203f41ad17d62 Mon Sep 17 00:00:00 2001 From: Shashank Srikanth Date: Fri, 7 Feb 2025 08:59:50 -0800 Subject: [PATCH] Log input paths as an artifact --- metaflow/task.py | 1 + 1 file changed, 1 insertion(+) diff --git a/metaflow/task.py b/metaflow/task.py index 6b73302652b..ee867e05da8 100644 --- a/metaflow/task.py +++ b/metaflow/task.py @@ -559,6 +559,7 @@ def run_step( self.flow._success = False self.flow._task_ok = None self.flow._exception = None + self.flow._input_paths = input_paths # Note: All internal flow attributes (ie: non-user artifacts) # should either be set prior to running the user code or listed in # FlowSpec._EPHEMERAL to allow for proper merging/importing of