Modular Schedules with the .bolt/ Folder
File Location and Structure
your-dbt-project/
├── dbt_project.yml
├── .bolt/
│ ├── transforms/
│ │ ├── marketing.yaml
│ │ └── finance.yaml
│ └── ci/
│ └── pull-requests.yaml
├── models/
└── ...File format
Processing order and rules
Rule
What it means
Coexistence with paradime_schedules.yml
paradime_schedules.ymlRelated pages
Example: multi-team layout
Last updated
Was this helpful?