Notes taken by Horeb S.

πŸ”— My Github repo

This week focuses on transforming raw data into structured analytical views using dbt (Data Build Tool). Key topics include data modeling (fact and dimension tables), the ELT workflow, and dbt fundamentals like materialization, testing, and deployment. By the end of this week, I’ll have built and deployed a functional dbt project, preparing data for real-world analysis and visualization. Here are my notes.

Prerequisites

The prerequisites of this course include :

I didn’t have all of these datasets ingested into my BigQuery. So, let’s use what we learned during Kestra Course to do it.

<aside> πŸ’‘

I don’t write any notes about it. But you can see my old ones here : πŸ”— Week 02 Notes

Additionally, the Kestra Workflow I used to upload fhv files is πŸ”— here

There is also an hack to upload the files quickly : πŸ”— Link to the video

</aside>

Content of the course

Introduction to analytics engineering

Getting started project