Alvaro Durán Tovar
05/20/2022, 8:42 PMdef build(...):
with Flow(...) as Flow:
...
return flow
is it possible to use docker storage? thinking on possible issues trying to find the path of the flow inside the docker file, there won't any "flow" variable on the module levelKevin Kho
Alvaro Durán Tovar
05/20/2022, 8:54 PMKevin Kho
def build(..):
..
return flow
flow = build()
and it will be in the namespace? It doesn’t do anything anywayAlvaro Durán Tovar
05/20/2022, 9:46 PMAaron Goebel
06/01/2022, 6:17 PMAlvaro Durán Tovar
06/01/2022, 6:18 PM