David Yang
01/26/2022, 4:12 PMKevin Kho
export PREFECT___CLOUD____USE__LOCAL_SECRETS=false
David Yang
01/26/2022, 4:25 PMPREFECT___CLOUD____USE__LOCAL_SECRETS=false
Kevin Kho
flow.register()
will always bump up a version. Using the CLI has a check if the code has changed. What it does is it provides an idempotency key that is the serialized flow to the registration. If you provide the same idempotency key, it won’t register and won’t bump up the version