Prerequisites
- An Admin role in Paradime.
- Warehouse credentials for your production and CI targets.
Steps
1
Add a Bolt scheduler connection
This connection is the default target for Bolt schedules running dbt™ in production.
- Open Settings, then Environments.
- In the Bolt environment, select Add new.
- Select your warehouse provider (for example, Snowflake).
- Enter the connection details, then select Test connection to verify.
2
Add a Turbo CI connection
This connection runs dbt™ with Turbo CI to build and test models when a pull request is opened.
- In the Turbo CI section, select Add new and choose your provider.
- Enter the connection details:
- Set the dbt™ profile name to match the
profilein yourdbt_project.yml. - Set the target to
ci. - Enter your warehouse credentials.
- Set the schema to
dbt_ci(or your preferred CI schema).
- Set the dbt™ profile name to match the
- Select Test connection to verify.
You now have a
prod target for production jobs and a ci target for Turbo CI. Both should pass Test connection before you rely on them.Target a specific connection from the CLI
By default, a dbt™ command uses the default connection for your current environment (the Code IDE uses its default, Bolt uses its default):--target:
ci connection regardless of the default.
Next steps
Configure your workspace
Manage dbt™ version, environment variables, and API keys.
Scheduler environment reference
Every production connection setting.
CI/CD in Paradime
How Turbo CI and continuous deployment work.
Manage connections
Change defaults and remove unused connections.