Thomas Eckestad
12/10/2024, 4:14 PM{{ event }}
I just get None
. {{ event }}
works fine for my other Deployments which are triggered by a single event.
So, my Deployment is triggered. But with None
as parameter instead of the actual events triggering the Deployment.
What is the proper way to manage Parameters for compound triggers? I guess the example I referenced above from the documentation is broken, or am I'm getting it wrong?
I am using a prefect.yaml
file for the Deployments. We are using Prefect server docker image: prefecthq/prefect:3.0.8-python3.11
Thomas Eckestad
12/11/2024, 9:52 AMprefecthq/prefect:3.1.5-python3.11
. Did not help.Thomas Eckestad
12/11/2024, 1:13 PMThomas Eckestad
12/11/2024, 1:14 PMrequire: "all"
to require: "any"
for compound trigger.victor dey
01/07/2025, 9:21 PMvictor dey
01/07/2025, 9:21 PMThomas Eckestad
01/09/2025, 9:18 AM