Tutorial: Deploy Schema Change with Rollout Policy
Configure rollout policy in Environment
Role-based manual rollout
Default roles with permissions: Users with thebb.taskRuns.create permission can perform rollouts. The following roles have this permission by default: Workspace Admin, Workspace DBA, Project Owner, Project Releaser.
Environment-specific roles: If you want to use different roles to perform rollouts in different environments, you can specify environment-specific roles. This allows you to control who can deploy changes to specific environments, such as having different teams responsible for staging versus production deployments.
Automatic rollout
Select theautomatic option to deploy changes without a manual rollout step. Changes then deploy automatically as soon as the configured rollout requirements (approval and plan checks) are satisfied.
Do not enable automatic rollout when using the GitOps workflow, as it can cause conflicts that result in failures.
Configurable rollout requirements in Project
Configure what conditions must be met before changes can be rolled out in each environment:Require issue approval before creating rollout
The issue must be approved before creating a rollout. Default: EnabledRequire plan checks to pass before creating rollout
Plan checks must pass without error before creating a rollout. Warnings don’t block — only errors do. Default: EnabledPlan checks include SQL Review policy violations and other automated validations configured for your environment.

