Initial editing state. Pipeline SQL can be modified. Not executable by the scheduler.
STATUS draft
Draft is a status that can be explicitly assigned to a pipeline via the STATUS clause. Note that the default status when STATUS is omitted is Active, not Draft. In this state, the pipeline SQL can be freely edited but the scheduler will not trigger any runs. Manual ad-hoc execution of individual statements is still permitted for development purposes. A Draft pipeline transitions to Active when the activate operation is invoked, which requires that the pipeline has non-empty SQL source and, if a schedule is defined, a valid cron expression. Draft pipelines can also be moved directly to Disabled.