Challenge: Store Model Runs Inside a Table
Complete this hands-on exercise to store model runs inside a table.
We'll cover the following
Problem statement
We want to track all of our model runs in a table called dbt_model_runs
. The table should be in our target dataset. At the start of every command, dbt should check if that table exists and create it if it doesn't.
When a model runs, the table should be updated to look like this:
Get hands-on with 1400+ tech skills courses.