Search⌘ K
AI Features

Challenge: Store Model Runs Inside a Table

Explore how to track dbt model executions by creating a table to log runs. Learn to implement on-run-start hooks for table creation and use pre- and post-hooks to capture start and end timestamps, enhancing your data pipeline monitoring skills.

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 ...