PrefectHQ
prefect
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Auto-update documentation (#19514) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
main
3 hours ago
Use parameterized queries in Snowflake SPCS worker (#19507)
main
3 hours ago
Create flow runs card container component (#19508) Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: alex.s@prefect.io <ajstreed1@gmail.com>
main
21 hours ago
Add httpx.ConnectError to retry exceptions
chuqCTC:patch-1
23 hours ago
prepare 3.6.4 (#19506)
main
1 day ago
fix: preserve event template parameters in deployment triggers (#19504) Co-authored-by: Claude <noreply@anthropic.com>
main
1 day ago
fix: preserve event template parameters in deployment triggers closes #19501 this PR fixes a regression introduced in #19414 where event template parameters in deployment triggers (like `{{ event.name }}`) were being stripped out during deployment. <details> <summary>Details</summary> ## Problem PR #19414 moved trigger initialization to occur after `apply_values()` is called on the deploy_config to allow templating of boolean fields like `enabled`. However, `apply_values()` removes keys whose values contain placeholders that aren't in step_outputs (build/push variables). Event template parameters like `{{ event.name }}` and `{{ event.id }}` are runtime templates for the automation, not build-time templates, so they don't exist in step_outputs and were being removed, resulting in empty `parameters: {}` in the automation action. ## Solution - Extract triggers from deploy_config before applying build/push templating - Apply selective templating: template trigger-level fields (like `enabled`) but preserve the `parameters` section untouched - This allows #19348 (boolean templating) to work while fixing #19501 ## Testing Added two comprehensive tests: - Simple event templates: `parameters: {"name": "{{ event.name }}"}` - Complex __prefect_kind structure: `{"template": "{{ event.id }}", "__prefect_kind": "jinja"}` Both test cases now pass, and the original #19348 test still passes. </details> 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
fix-trigger-parameters-regression
1 day ago
Fix truncating log behavior (#19496)
main
1 day ago
Active Branches
Add httpx.ConnectError to retry exceptions
last run
23 hours ago
#19498
CodSpeed Performance Gauge
0%
chore(deps): bump actions/checkout from 5 to 6
last run
2 days ago
#19499
CodSpeed Performance Gauge
0%
Add client-side grace period configuration for deployment concurrency
last run
3 days ago
#19489
CodSpeed Performance Gauge
0%
© 2025 CodSpeed Technology
Home
Terms
Privacy
Docs