Beibei
07/13/2020, 7:25 AMa = Parameter('a', default=1)
b = Parameter('b', default=2)
In Prefect API, I only see one Parameter for b
. Did I miss something? If I need to use multiple controls for different arguments in functions, which one do you suggest me to use, Parameter or Context?josh
07/13/2020, 12:52 PMa
is not being used in the flow? Could you share some example code of what you are trying?Beibei
07/13/2020, 1:26 PMjosh
07/13/2020, 1:44 PM