Introduction to dbt
Mike Metzger
Data Engineer
dbt init
)profiles.yml
)dbt run
)repl:~$ dbt run
04:52:11 Running with dbt=1.8.4
...
04:52:13 1 of 1 START sql view model main.sales_data ....... [RUN]
04:52:13 1 of 1 OK created sql view model main.sales_data . [OK in 0.12s]
...
04:52:13 Completed successfully
Tables:
$$
Views:
$$
Introduction to dbt