Learn real-world data skills
Practical lessons on ingesting, modeling, reporting, and extracting insights from data — straight to your inbox.
Join data analysts, engineers, and leaders leveling up. No spam, unsubscribe anytime.
Latest
Airflow Tutorial Part 2: Loading to a Database
A step-by-step walkthrough showing how to load data onto a Postgres database with Airflow.
01Pipelines & Orchestration
This is a step-by-step walkthrough to help you build your first scheduled Airflow pipeline running on your local machine. Call a public API for USD exchange rates, reshape the data, and write to a dated file on a schedule.
02SQL & Data Modeling
BigQuery bills for bytes scanned, not rows returned. Before you touch partitioning or clustering, run this audit to find out what's actually driving your bill.
03Pipelines & Orchestration
A fictional e-commerce company, six tables, and four tools wired together — Faker, DuckDB, dbt, and Dagster. Clone it, run one command, and get a tested analytics warehouse running locally.