Skip to main content
Once you have built a schedule in the UI, deploy it with the Deploy button. Depending on your Git setup, you can publish it directly, open a pull request for review, or download the YAML to commit yourself.

Deploy directly

Click Deploy to publish the schedule. It becomes active and starts running according to its trigger.

Open a pull request

If the GitHub app is installed, you can create a branch and open a pull request straight from the UI, so the schedule change is reviewed before it goes live.
  1. Click Deploy.
  2. Choose to create a branch and open a pull request.
  3. Review and merge the PR. The schedule deploys once the change lands on the branch.
The pull request contains the schedule’s YAML, so the change is tracked in your repository alongside the rest of your dbt™ project.

Download the YAML

If you would rather manage the schedule as code yourself, download its YAML file and commit it to your repository. See Schedules as Code for the file format and the modular .bolt/ folder layout.
Prefer to work in YAML directly? Edit and deploy a schedule’s YAML from the UI in Editing YAML schedules from the Paradime UI.