dbt Run #
Target #
Whenever dbt runs, it compiles the sql and stores everything in the target/ directory under target/compiled/<models>.
The outputs in the target directory expand any Jinja used.
dbt Compile #
Kind of like run, but it just compiles the relevant sql files without actually running them.