Elliot Oram
11/18/2020, 6:17 PMZanie
idempotency_key
to flow.register
which will not create a new version if the key is the same and we also added a flow.serialized_hash()
function that will compute a deterministic hash of the flow data so you can use that as the key. There’s a blurb in the docs at https://docs.prefect.io/orchestration/tutorial/first.html#register-flow-with-the-prefect-apiDave
11/18/2020, 7:19 PMZanie
Dave
11/18/2020, 8:11 PMZanie
Dave
11/18/2020, 9:59 PMElliot Oram
11/19/2020, 8:47 AM