Prerequisites
- Developer or Admin permissions in Paradime.
- A git repository connected to your workspace (existing dbt™ project or empty repo).
Steps
1
Initialize the project
In the Terminal, run the Paradime CLI:It creates an
initialize-dbt-project branch, prompts for a project name, scaffolds the standard dbt™ folders and dbt_project.yml, and offers to generate sources.yml files.2
Generate sources
When prompted, Paradime fetches the databases and schemas from your connected warehouse:
- Select a database (arrow keys, then
Enter). - Select one or more schemas (press
>to select, thenEnter).
sources_<schema_name>.yml for each schema. You can also do this later with DinoAI.3
Commit your work
Use Git Lite to save your work: write a commit message (DinoAI can draft it), commit and push, then open a pull request for review.
Your project shows the scaffolded dbt™ folders and
dbt_project.yml, with sources.yml files for the schemas you selected. You’re ready to build a model.Next steps
Create a dbt™ model
Write, run, and preview your first model.
Paradime CLI reference
Every CLI command, including
repo init.