PrefectHQ
prefect
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Add Template & Renderer for Custom Deployment SDK (Phase 3) This implements Phase 3 of the Custom Deployment SDK, adding the Jinja2 template and renderer that generates typed Python code from deployment data. Key features: - Jinja2 template that generates deployment classes with typed parameters - run() and run_async() methods returning PrefectFlowRunFuture - with_options() for run configuration (tags, idempotency_key, etc.) - with_infra() for typed job variable overrides - @overload decorators for type-safe from_name() dispatch - TypedDict classes for work pool job variables Implementation details: - Template locals use _sdk_ prefix to avoid parameter name collisions - Reserved names simplified to only 'self' for deployment context - Work pools sorted by name for deterministic output - Template loading via importlib.resources for robust package access - cast() used to handle @async_dispatch union return type Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
custom-deployments-sdk-phase-3
21 hours ago
chore: Remove test repro files and plan files from PR
jmk307:fix-for-issue-19834
2 days ago
feat : Adds code repository URL to deployment (#19834) Introduces a `code_repository_url` field to the deployment schema, allowing users to specify the URL of the code repository associated with a deployment. This facilitates better tracking and management of deployment sources.
jmk307:fix-for-issue-19834
2 days ago
feat : Adds code repository URL to deployment (#19834) Introduces a `code_repository_url` field to the deployment schema, allowing users to specify the URL of the code repository associated with a deployment. This facilitates better tracking and management of deployment sources.
jmk307:fix-for-issue-19834
2 days ago
feat : Adds code repository URL to deployments (#19834) Adds a `code_repository_url` field to the Deployment model and API, allowing users to specify the URL of the code repository associated with a deployment. This enables the display of a direct link to the repository in the UI, enhancing traceability and ease of access to the codebase. Includes database migrations, schema updates, API enhancements, UI display logic, and tests. Input is currently limited to the API/SDK. UI editing will follow in a subsequent PR.
jmk307:fix-for-issue-19834
2 days ago
Merge branch 'PrefectHQ:main' into fix-batchdelete
saifxyzyz:fix-batchdelete
2 days ago
remove stale pytest-mypy-plugins references - remove unused pytest-mypy-plugins from integration-tests.yaml - update yaml comments to describe typsht multi-checker tests 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
feat/typsht-typesafety
2 days ago
remove stale pytest-mypy-plugins references - remove unused pytest-mypy-plugins from integration-tests.yaml - update yaml comments to describe typsht multi-checker tests 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
feat/typsht-typesafety
2 days ago
Active Branches
Add Template & Renderer for Custom Deployment SDK
last run
21 hours ago
#20167
CodSpeed Performance Gauge
0%
feat : Adds code repository URL to deployment (#19834)
last run
2 days ago
#20165
CodSpeed Performance Gauge
0%
Fix: Added Batch delete support for flow runs
last run
2 days ago
#20099
CodSpeed Performance Gauge
0%
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs