Maria Baez
12/13/2023, 6:10 AMprefect deploy
that are configured in prefect.yaml
,
is there a way to keep the data from the deployment if it currently
exists within Prefect Cloud? Whenever I deploy, and change the schedule
in the UI, and I deploy again, it overrides the schedule that I set in
the UI to the one in prefect.yaml
. My old way of deploying via Python Deployment.build_from_flow
had the load_existing=True
parameter that didn't overwrite whatever the existing deployment already had in place.Nate
12/13/2023, 6:51 AMschedule
exists server side when you deploy?