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.
Cet exercice fait partie du cours
Introduction to dbt
Exercice interactif pratique
Passez de la théorie à la pratique avec l’un de nos exercices interactifs
Commencer l’exercice