Matthew Roeschke
05/03/2022, 9:07 PMprefect register -p project
to get the names of the current flows that would have been registered
2. Get the IDs of the flows through the GraphQL API
3. Delete flow IDs that that do not have names from step 1
Is there a more sensible way to get the “current flows” in a project beside the prefect register
trick?Kevin Kho
current
flow? Are you giving a list?Matthew Roeschke
05/03/2022, 9:17 PMmain
that has flows registered from a git branch main
via a CI/CD job.
Since our flows in main are changing, “current” would mean any flow that is defined at the HEAD of the main
branch.Kevin Kho
Matthew Roeschke
05/03/2022, 9:19 PMKevin Kho
Kevin Kho
Matthew Roeschke
05/03/2022, 9:23 PMKevin Kho