Adding a source
As you've learned about dbt sources, your manager has asked that you re-implement the taxi_rides_raw content as a dbt source rather than simply an existing table. To make this change, you'll need to add a source to the appropriate file, and then update the taxi_rides_raw model to query the correct source. The source name being used is raw, and the table name is taxi_rides.
Note: The data is already updated and in-place for you, but requires an updated reference before performing a dbt run command.
Cet exercice fait partie du cours
Intermediate dbt
Exercice interactif pratique
Passez de la théorie à la pratique avec l’un de nos exercices interactifs
Commencer l’exercice