Hi Prefect devs, is there a way in prefect to only...
# ask-community
b
Hi Prefect devs, is there a way in prefect to only increase version numbers of flows if there is a change detected? Thinking in terms of a ci/cd pipeline where all flows are registered as part of the deployment. Or is this logic something that is up to us as the users?
t
You could set a
idempotency_key
to solve this. https://docs.prefect.io/api/latest/core/flow.html
upvote 1
b
Cheers @Timo!
👍 1