Mitchell Bregman
01/14/2021, 4:19 PMx is a string and I want to .lower() it.
flow = Flow("some flow")
with flow:
x = Parameter("x")
y = Parameter("y", default=x.foo())
The use case I will be doing this for is date specification and building dynamic dates based on a main driving parameterZanie
Zanie
y independently of x? If you want to have y be based on x you can just use a normal taskMitchell Bregman
01/14/2021, 4:30 PMMitchell Bregman
01/14/2021, 4:30 PMMitchell Bregman
01/14/2021, 4:31 PMy can be independent…. i will just have some handling around thatMitchell Bregman
01/14/2021, 4:31 PMy to NoneZanie
Zanie