Hey team, We currently have an automation to notify us of any failed, crashed, or timed out flows vi...
t
Hey team, We currently have an automation to notify us of any failed, crashed, or timed out flows via Slack webhook. Our deployments are done via github action on our various repos that deploys from the deployments defined in our
prefect.yaml
. As of right now, after we deploy we are going into the automation from within the prefect UI manually to add the new Flow to the Flows drop down. Is there a way to do this programmatically? I've looked over documentation and I know there is a way to use the REST API to update an automation, but I'm curious if there is a way to do this from within the
prefect.yaml
file