Apoorva Desai
03/01/2022, 9:09 AMprefect run --watch --id flowId --param strparam="paramValue"
. Then in the flow.py file, I am initializing outside the flow strparam = Parameter("strparam", default "hello")
but I'm unable to access "paramValue"
. Prefect only sees this <Parameter: strparam>
Anna Geller
Apoorva Desai
03/01/2022, 5:54 PMAnna Geller