Jakob Rolfs
02/18/2025, 2:42 PMBianca Hoch
02/18/2025, 4:25 PMbooking-*
. This should allow you to look for matching resources that have the same booking
prefix, but the trailing ID can still be dynamic.Jakob Rolfs
02/18/2025, 9:07 PM"reason": "Unable to create flow run from deployment: 1 validation error for DeploymentFlowRunCreate\nparameters\n Input should be a valid dictionary [type=dict_type, input_value='{\\n \"company\": \"adventu...onfirmationCode\": \"\"\\n}', input_type=str]\n For further information visit <https://errors.pydantic.dev/2.10/v/dict_type>"
Bianca Hoch
02/18/2025, 9:19 PM{
"company": "adventures",
"confirmationCode": "{{event.resource.confirmationCode}}"
}
Bianca Hoch
02/18/2025, 9:21 PMJakob Rolfs
02/18/2025, 9:29 PM"reason": "Unable to create flow run from deployment: 1 validation error for DeploymentFlowRunCreate\nparameters\n Input should be a valid dictionary [type=dict_type, input_value='{\\n \"company\": \"adventu...ode\": \"ARC-58692857\"\\n}', input_type=str]\n For further information visit <https://errors.pydantic.dev/2.10/v/dict_type>"
Bianca Hoch
02/18/2025, 10:42 PM{
"company": "adventures",
"confirmationCode": "{{event.resource.confirmationCode}}"
}
Bianca Hoch
02/18/2025, 10:42 PMJakob Rolfs
02/19/2025, 9:30 AM"reason": "Unable to create flow run from deployment: 1 validation error for DeploymentFlowRunCreate\nparameters\n Input should be a valid dictionary [type=dict_type, input_value='{\"company\": \"adventures\"...de\": \"ICEPRO-45381194\"}', input_type=str]\n For further information visit <https://errors.pydantic.dev/2.10/v/dict_type>"
},
Also tried: {"company": "adventures","confirmationCode": {{ event.resource.confirmationCode | default("") | tojson }}}Jakob Rolfs
02/20/2025, 9:05 AMBianca Hoch
02/20/2025, 6:56 PMJakob Rolfs
02/21/2025, 9:49 AM{
"template": "{\"company\": \"adventures\",\"confirmationCode\": {{ event.resource.confirmationCode | default(\"\") }}}",
"__prefect_kind": "jinja"
}
I still have it all in a one line.Jakob Rolfs
02/21/2025, 10:17 AM"reason": "Unable to create flow run from deployment: 1 validation error for DeploymentFlowRunCreate\nparameters\n Input should be a valid dictionary [type=dict_type, input_value='{company: adventures,con...tionCode: ARC-58835238}', input_type=str]\n For further information visit <https://errors.pydantic.dev/2.10/v/dict_type>"
},
Jakob Rolfs
02/21/2025, 11:11 AMBianca Hoch
02/21/2025, 10:32 PMBianca Hoch
02/21/2025, 10:33 PMjson.loads
on itJakob Rolfs
02/22/2025, 7:53 PMBianca Hoch
02/24/2025, 10:16 PMJakob Rolfs
02/27/2025, 11:58 AM