Get startedGet started for free

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.

This exercise is part of the course

Intermediate dbt

View Course

Hands-on interactive exercise

Turn theory into action with one of our interactive exercises

Start Exercise