PrefectHQ / prefect

Prefect is a workflow orchestration framework for building resilient data pipelines in Python.
https://prefect.io
Apache License 2.0
17.6k stars 1.65k forks source link

Add "disabled" property to deployments #14529

Open dylanbhughes opened 4 months ago

dylanbhughes commented 4 months ago

First check

Prefect Version

3.x

Describe the current behavior

Currently deployments have paused but this impacts only schedules and their associated flow runs.,

Describe the proposed behavior

Add disabled property to deployment which disables all flow run creation mechanisms for that deployment.

Example Use

No response

Additional context

For the Prefect team: https://www.notion.so/prefect/Enabling-Disabling-Deployments-9c482ed8fedb434cba8043a44e106069

MaleicAcid commented 1 month ago

really need this