Alvaro Durán Tovar
05/18/2022, 1:22 PMKevin Kho
serialized_flow
, and then edit it, and then register it. But you’d be editing JSON, so it’s a lot easier to do it from the Python interface.
You can attach a schedule with a parameter, but that doesn’t bump up the version.
You can also just invoke the flow with a parameter value maybe?
prefect run ... --param KEY=VALUE
Alvaro Durán Tovar
05/18/2022, 4:43 PM