Building your first models
|
COURSE MAP
|
dbt DevelopmentProject StructureEvery dbt project has a K-12 PatternsTip: Always grain your student dimension by `student_id` AND `school_year`. Students change! Hands-on: Run Your CodeExecute the following in your terminal:
$ dbt run
$ dbt test DeliverableSubmit a Pull Request (PR) with your first staging models for `stg_students` and `stg_enrollments`. |