Alex Cannon
06/27/2022, 2:36 PMflow.py
flow with storage=Github(..., ref='main')
2. I checkout a new branch my-feature-branch
, and make some edits to the flow
3. I re-register the flow from this new branch, but still leave ref='main'
...so when the Flow is run, the version registered to the Prefect backend is from my-feature-branch
, but the agent running the flow will have pulled down the version from the main
branch?
Thanks in advance!Sylvain Hazard
06/27/2022, 2:37 PMKevin Kho
06/27/2022, 3:18 PM