New: Cookbooks and AI ExplanationsStep-by-Step recipes to solve problems connected to Roadmaps and Cheat Sheets. Need more details? Use AI buttons for structured and simple explanations with concrete examples throughout the whole platform.Take a look
I ran a dbt model against what I thought was my sandbox. It rebuilt three tables our dashboard reads from.
What you'll have at the end
A personal environment in your local connection settings, confirmed with a real run, so every unlabeled command builds into a schema that's yours until you name the shared one on purpose.
You need
A dbt project that already runs against a real warehouse, and the ability to edit your own local connection settings, not the ones a shared scheduled job reads.
Not covered
Setting up the separate scheduled or CI system that runs production builds on its own machine; this recipe only gives your local machine somewhere safe of its own to build into.
Build a dbt staging model from a raw SQL script
once local runs land safely in your own schema, this is where you'd actually build your first model there
Block a broken dbt model from reaching production with a CI check
for the far end of this same problem: an automated check that keeps a genuinely broken model from ever reaching the shared schema
Checked 25 Aug 2026
Part of the dbt (Data Build Tool) cookbook