Import dbt models
How to visualize, debug, edit, annotate, and share dbt models in Count.
If you're using dbt Cloud, you can see the compiled SQL in the the docs section of their IDE:

dbt docs IDE
Or if you're using dbt Core, you can access your model's compiled SQL in your model's
target/
directory: Once you have your compiled SQL, make sure it's copied to your clipboard.

New cell with compiled SQL

DAG of connected SQL cells
To see how to export changes back to dbt, see the Export Compiled SQL page:
Last modified 5mo ago