Nelson Griffiths
07/11/2023, 6:31 PMprefect.yaml
file and reuse the same trigger across multiple deployments? Or do I have to write out the trigger for each deployment?Will Raphaelson
07/11/2023, 8:38 PMNelson Griffiths
07/11/2023, 8:58 PMWill Raphaelson
07/11/2023, 8:59 PMNelson Griffiths
07/11/2023, 8:59 PMWill Raphaelson
07/11/2023, 9:00 PMNelson Griffiths
07/12/2023, 6:01 PMWill Raphaelson
07/12/2023, 6:05 PMNelson Griffiths
07/13/2023, 4:58 PMtriggers:
- enabled: true
match:
prefect.resource.id: prefect.flow-run.*
expect:
- prefect.flow-run.Completed
match_related:
prefect.resource.name: falcon_cap_iq_dbt_deployment
prefect.resource.role: deployment
I have this entry in my prefect.yaml
at the top and a list of deployments in the file that have no trigger specification. After deploying them, none of them had this trigger attached to them.Will Raphaelson
07/13/2023, 6:02 PM