Schedules as Code
Manage Bolt schedules using YAML configuration files for version control and GitOps workflows.
What are Paradime YAML-Based Schedules?
your-dbt-project/
├── dbt_project.yml
├── .bolt/ # recommended — modular layout
│ ├── transforms/
│ │ └── marketing.yaml
│ └── ci/
│ └── pull-requests.yaml
├── paradime_schedules.yml # legacy — still supported
├── models/
└── ...Why Use YAML-Based Schedules?
How YAML-based schedules are deployed
Last updated
Was this helpful?