matta
06/21/2021, 10:49 PMflow.register()
at the bottom. probably a way to have it run flow.py
upon uploading a new version?matta
06/21/2021, 10:50 PMZanie
prefect register
CLI in a Github Action. You can also use Github
or Git
storage to point to commits which should make it pretty frictionless.Zanie
flow.register()
manually, the CLI can do a lot of heavy lifting.matta
06/21/2021, 11:39 PMSpencer
06/21/2021, 11:49 PMidempotency_key=flow.serialized_hash()
so a flow isn't registered over itself if nothing changed. I also take it a step further where open PRs get registered into a separate project (with set_schedule_active=False
) so you can trial run the flows that are on a PR.Zanie
Zanie
Zanie
Spencer
06/21/2021, 11:51 PM0.13
, so the build script does a bunch more like dynamically creating task environments which aren't needed anymore 😅 One day we'll upgrade to the new RunConfigs.Zanie
matta
06/22/2021, 10:28 PMTesting
project.matta
06/22/2021, 10:28 PM