fix(resources): remove deprecated fields for v3 major release#664
Merged
mitchnielsen merged 2 commits intomainfrom Mar 18, 2026
Merged
fix(resources): remove deprecated fields for v3 major release#664mitchnielsen merged 2 commits intomainfrom
mitchnielsen merged 2 commits intomainfrom
Conversation
Remove max_active_runs, catchup, manifest_path, and billing_email fields that were deprecated in PRs #491, #495, #507, #560 and slated for removal in the next major version. These fields were already no-ops (not sent to or read from the API). This commit removes them from schemas, models, API structs, and docs. Closes PLA-1372
Covers the deprecated field removals (manifest_path, max_active_runs, catchup, billing_email) with examples and step-by-step upgrade instructions. Related to PLA-1372
jimid27
reviewed
Mar 17, 2026
jamiezieziula
approved these changes
Mar 17, 2026
jimid27
approved these changes
Mar 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Removes four deprecated attributes that were marked for removal in the next major version:
manifest_pathfromprefect_deploymentresource and data source (deprecated in fix(deployments): deprecatemanifest_path#491)max_active_runsfromprefect_deployment_scheduleresource (deprecated in fix(deployments): deprecatemax_active_runsfield #495)catchupfromprefect_deployment_scheduleresource (deprecated in fix(deployments): deprecatecatchupfield #507)billing_emailfromprefect_accountresource and data source (deprecated in fix(accounts): deprecatebilling_emailfield #560)These fields were already no-ops (not sent to or read from the API), so this is a clean removal from schemas, models, API structs, and docs.
Also adds an upgrade guide at
docs/guides/upgrading-to-v3.mdto help users migrate.Closes #493
Closes https://linear.app/prefect/issue/PLA-1372/remove-deprecated-fields-in-next-major-upgrade
Requirements
General
Closes <issue>, if availableDraftstatus is used until ready for reviewCode-level changes
New or updated resource/datasource
mise run docsfrom source code)