Apologies if I missed this, but can Automations be...
# pacc-mar-12-13-2024
d
Apologies if I missed this, but can Automations be defined in a configuration file (so it can be under version control) or only within the Prefect UI?
👍 1
1
k
you can write them as JSON and then modify them through the API, I'll get you a link
1
gratitude thank you 1
and docs on the syntax and rules for writing automation trigger json https://docs.prefect.io/latest/concepts/automations/#custom-triggers
d
This is great; thank you!