Hannah - #8
Open
hannahwn wants to merge 7 commits into
Open
Conversation
…d fill docs Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
|
Reopening to re-trigger grade workflow after checkout fix on main. |
Co-authored-by: Cursor <cursoragent@cursor.com>
Undoes the earlier maintainer fill-in of docs and _partition_date so the autograder scores her own work again. Keeps the nested-submodule checkout fix. Syncs .hyf/test.sh from main (report TODOs + screenshot presence). Co-authored-by: Cursor <cursoragent@cursor.com>
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Missing <3 screenshot images now forces pass=false (blocker). Co-authored-by: Cursor <cursoragent@cursor.com>
📝 HackYourFuture auto gradeAssignment Score: 82 / 100 ❌Status: ❌ Not passed Test Details |
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.
What I built
dags/taxi_pipeline.py(schedule,ingest_taxi_month → dbt_run → dbt_test, partition from logical date, retries)include/dbt_project/RUNBOOK.mdASSIGNMENT_REPORT.mdAI_ASSIST.mdHow to review
dags/taxi_pipeline.py(schedule, task order,catchup=False, retries, partition date).ASSIGNMENT_REPORT.md; operations inRUNBOOK.md.AI_ASSIST.md.How to run
From a clean clone, with the Astro CLI installed:
astro dev start astro dev pytest tests/test_dag_integrity.py --args "-v"Then open the UI URL, add the
azure_pgconnection (Admin → Connections), unpausetaxi_pipeline, and trigger a run for a real month (e.g.2024-01-01).Prerequisite: your Week 10 dbt project in
include/dbt_project/and theazure_pgconnection to the shared Postgres.What reviewers should see (expected results)
Fill in what your run actually produces:
test_dag_integrity.pyresult: <e.g. all pass>Known limitations / out of scope
Self-check
bash .hyf/test.shpassesastro dev pytest tests/test_dag_integrity.pypassescatchup=Falseand retries are setASSIGNMENT_REPORT.md