Skip to content

Commit 4ecbc5c

Browse files
committed
Return custom_path in executor output for Launcher.
Signed-off-by: agoins <[email protected]>
1 parent 1c64e15 commit 4ecbc5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk/python/kfp/dsl/executor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ def write_executor_output(self,
287287
'name': artifact.name,
288288
'uri': artifact.uri,
289289
'metadata': artifact.metadata,
290+
'custom_path': artifact.custom_path
290291
}
291292
artifacts_list = {'artifacts': [runtime_artifact]}
292293

0 commit comments

Comments
 (0)