Concept Flow - Creating your first model
Write SQL SELECT query
Save as .sql file in models folder
Run dbt run command
dbt compiles and runs SQL
Model table/view created in target database
Check model output with dbt docs or SQL query
This flow shows how you write a SQL query, save it as a model file, run dbt to build it, and then check the resulting table or view.