Can a flow be registered without storage configured?
Let’s say I want to use docker storage, but I have a separate build and push workflow that I’m using and then just pass the image to my run configuration
k
Kevin Kho
09/01/2021, 5:54 PM
Maybe
flow.register(…, build=False)
will work for you?
l
Leon Kozlowski
09/01/2021, 7:05 PM
I was using the CLI to register, I suppose I could do