chore(data-track/week-10): redirect exercises to reference-repo branches - #37
Merged
Merged
Conversation
The Week 10 drills were loose .sql files with no dbt project around them, so they could not actually run. They now live as start+solution branch pairs in the nyc-taxi-dbt-reference repo, each off the finished project. Replace the exercise_* folders with a redirect README.
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.
The Week 10 dbt drills were loose
.sqlfiles with no dbt project around them, so students could not actually rundbt compile/dbt buildon them. They now live as start+solution branch pairs in the nyc-taxi-dbt-reference repo, each branching off the finished project (ch7-practice) so dbt runs for real.This PR replaces the
data-track/week-10/exercise_*folders with a redirect README pointing at the branches. All 10 branches are live-verified against the shared Azure Postgres.🤖 Generated with Claude Code