Updating a dbt model
Your team lead just forwarded you an email with a data request from the marketing department. They'd like to count all the credit card users by day be available in the data warehouse and automatically updated based on the current dbt models. The new model should be called total_creditcard_riders_by_day
and contain columns for day
and total_cc_riders
.
There is currently a model (meaning a SQL table) available under the name taxi_rides_raw
that you can query against.
This exercise is part of the course
Introduction to dbt
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
