chore(data-track): flip weeks 11/12 — dashboarding becomes week 11 (Airflow-free)#38
Open
lassebenni wants to merge 20 commits into
Open
chore(data-track): flip weeks 11/12 — dashboarding becomes week 11 (Airflow-free)#38lassebenni wants to merge 20 commits into
lassebenni wants to merge 20 commits into
Conversation
… exercises The class shared Airflow VM runs Airflow 3. The Streamlit exercises used the Airflow 2 pattern (/api/v1 + order_by=-execution_date), which 404s against the v3 API. Corrected ex3/ex4 starters and solutions to /api/v2 and -logical_date, matching the Week 12 chapters. Also removed em dashes from the exercise files (project style: colons/commas, never em dashes). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…Auth) Live smoke-test of the shared Airflow 3.2 VM: auth=(user,pass) returns 401 on /api/v2; the API needs a JWT from POST /auth/token sent as a Bearer header. Added a cached get_airflow_token() helper to ex3/ex4 (starter + solution) and switched every dagRuns call to Authorization: Bearer. Updated the ex3 starter TODO to describe the token flow. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…irflow-free) Move the dashboarding week from week-12 to week-11 to staff each week to a teacher's strength (the Airflow expert is only available in week 12). - Rename data-track/week-12 -> data-track/week-11 (history preserved). - README: drop the Airflow DAG prerequisite, add PG_URL, TODO on Notion link. - Streamlit ex3: rewrite from "last DAG run" panel to KPI tiles from fct_trips. - Streamlit ex4: rewrite from Airflow panel to daily trip-volume chart + existing Postgres freshness panel. - Strip Airflow env vars and the requests dependency; add pandas for ex4. - Metabase ex1/ex2 unchanged (already dbt/Postgres only). Out of scope: authoring the new week-12 Airflow exercises and editing the Notion chapter prose/slug. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…epos From week 11+ the Data Track uses external reference repos with exercise branches instead of one-off exercise folders in Learning-Resources (mirrors the Week 10 dbt reference repo). Replace the week-11 exercise_N folders with a pointer README linking to: - lassebenni/nyc-taxi-streamlit-reference (KPI tiles, daily-trend chart) - lassebenni/nyc-taxi-metabase-reference (SQL Question, dashboard + filter) Both read the Week 10 fct_trips dbt mart from Postgres — no Airflow. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.