Templates
Paradime provides a set of pre-configured templates to help you quickly set up and optimize your Bolt Schedules. These templates cover various aspects of dbt™ model management, source data monitoring, and CI/CD workflows.
Available Templates
🏭 Run and Test all your dbt™ Models
A foundational schedule that executes dbt™ runs and tests across your entire project, ensuring comprehensive model execution and validation.
🔍 Snapshot Source Data Freshness
A schedule that monitors source data freshness using dbt™ source freshness checks, ensuring your critical data meets defined SLAs.
Build and Test Models with New Data Sources
This template monitors source freshness to selectively rebuild only the necessary dbt™ models, reducing unnecessary compute.
🔍 Test Code Changes on Pull Requests
Automatically validate dbt™ model changes in a pull request by building and testing only the affected models in a temporary schema.
🚀 Deploy Code Changes On Merge
Automatically execute dbt™ model builds and deploys them to production when a new pull request is merged into the main branch.
Last updated