- Bootstrap the source / snapshot table
source_users
and the initial state of our scd2 tabledim_users
by running:
dbt run -m source_users dim_users
- Copy over contents of
dim_users_inc.sql
replacing contents indim_users.sql
(or just rename them). Then run: