feat(data-track): add Week 12 practice exercises#28
Open
lassebenni wants to merge 18 commits into
Open
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>
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.
Summary
data-track/week-12/with 4 practice exercisessolutions/subfolderTest plan
streamlit run app.py— expect the TODO warning.env.exampleexists and.envwould be gitignored🤖 Generated with Claude Code