If I register the flows to the <prefect.io> and de...
# prefect-ui
c
If I register the flows to the prefect.io and delete the code stored in my local computer. Would prefect still pick up the flows since they are registered?
k
Hey @Chohang Ng, it will look for them in the
.prefect
folder so if you delete the serialized version there, it won’t pick it up. Registering only stored metadata, including the location the flowed is stored. The flow will still need to exist at some location for download during run time.