Skip to content

Commit

Permalink
Use kwargs instead of output_prefix
Browse files Browse the repository at this point in the history
Signed-off-by: Future-Outlier <[email protected]>
Co-authored-by: pingsutw  <[email protected]>
  • Loading branch information
Future-Outlier and pingsutw committed Jun 4, 2024
1 parent e3ca097 commit 5bab3d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ async def do(
self,
task_template: TaskTemplate,
inputs: Optional[LiteralMap] = None,
output_prefix: Optional[str] = None,
**kwargs,
) -> Resource:
ctx = FlyteContextManager.current_context()
input_python_value = TypeEngine.literal_map_to_kwargs(ctx, inputs, {"message": str})
Expand Down

0 comments on commit 5bab3d3

Please sign in to comment.