Skip to content

Commit

Permalink
Update examples/workflows/callable_dag_with_param_get.py
Browse files Browse the repository at this point in the history
Signed-off-by: Elliot Gunton <[email protected]>
  • Loading branch information
elliotgunton authored Nov 23, 2023
1 parent 4363afd commit 00ed1ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/workflows/callable_dag_with_param_get.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def hello_with_output(name: str) -> Annotated[str, Parameter(name="output-messag
name="my-dag-output",
value_from={
"parameter": "{{hello.outputs.parameters.output-message}}"
}, # Don't think we can improve this?
},
),
) as my_dag:
hello_with_output(name="hello", arguments={"name": f"hello {my_dag.get_parameter('my-dag-input')}"})
Expand Down

0 comments on commit 00ed1ed

Please sign in to comment.