Coding Challenge: Daily Incrementation
Complete this hands-on exercise to build an incremental model that updates every day.
We'll cover the following
Challenge
This time, we’ve decided that we want our shipping_tags
model to run daily. The date for which the model should run is accessible in a variable run_date
that can be retrieved by typing {{var("run_date")}}
. Edit the shipping_tags.sql
file so that it builds up incrementally for every run date.
Get hands-on with 1400+ tech skills courses.