Commits
Click on a commit to change the comparison rangeAdd DISABLED to client DeploymentStatus enum for Cloud compatibility
Workers using the OSS client fail when reading deployments from Prefect
Cloud that have been disabled, because Cloud returns `status="DISABLED"`
but the client's enum only recognized `READY` and `NOT_READY`.
This is a client-side only fix since DISABLED is a Cloud-specific feature
(Cloud has a `disabled` boolean column and disable/enable endpoints that
OSS doesn't have).
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>22 hours ago
by chrisguidry Merge branch 'main' into add-disabled-deployment-status22 hours ago
by chrisguidry