Hannah N - #8
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
📝 HackYourFuture auto gradeAssignment Score: 90 / 100 ✅Status: ✅ Passed Test Details |
|
Strong technical work; documentation needs one more pass. I'd give it 13/15. You configured incremental To finish the submission, expand WRITEUP.md so the second build is explained in your own words about how the incremental config is functioning. Point to history_fct_trips.png as your DESCRIBE HISTORY proof rather than leaving the template placeholders. AI_ASSIST.md still needs one real LLM interaction where it has the prompt you sent, what came back, and what you kept, changed, or discarded. On Task 1, your aggregations are fine, but avoid trips.count() on the full ~128M-row table and the extra collect() calls after each aggregation. One show() on the small aggregated result is enough. Finally, align profiles.yml.example with dbt_project.yml, as both should use the profile name nyc_taxi_borough_daily. |
Summary
[<paste-your-job-run-url-here>](https://adb-7405619530719547.7.azuredatabricks.net/jobs/727982853732525/runs/959594307168856?o=7405619530719547)task-1/with aggregated borough and payment type queries.task-2/withmaterialized='incremental',mergestrategy, timing comparison, andDESCRIBE HISTORYproof inWRITEUP.md.hyf-dbt-warehousewith screenshots and orchestration comparison intask-3/SCHEDULING.md.How to review
task-2/WRITEUP.mdto check initial vs incremental build times andDESCRIBE HISTORYoutput.task-3/SCHEDULING.mdto verify the Databricks Job Run URL, screenshots, and Airflow comparison.AI_ASSIST.mdfor documented LLM interactions.Secrets hygiene checklist
.envorprofiles.ymlfiles committed.dapi...) hardcoded in any notebook or SQL file.profiles.yml.exampleand.env.exampletemplates present.