Skip to main content
Run one or more dbt™ commands in a Bolt schedule to build, test, and orchestrate your transformations.

Prerequisites

  • A dbt™ project connected to your Paradime workspace.
Paradime automatically runs dbt deps at the start of every Bolt run, so you do not need to add it to your commands.

Usage

Add the Run dbt™ Command command to your schedule and enter one or more dbt™ commands, one per line:
Use the --target flag to run against a connection other than the Scheduler Environment default (for example, dbt run --target ci).

Learn more

See Mastering the dbt™ CLI for commands, selectors, and graph operators.