-
Notifications
You must be signed in to change notification settings - Fork 7
DS v5 Program Updates #154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
rlittle08
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
besides adding school_year, i have no requests! appreciate the attention to detail & following practices!
We will, however, need to save this for the next point release (0.6.0), so implementations can add the new raw tables as part of a breaking update
|
|
||
| -- generic | ||
| tenant_code, | ||
| api_year, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as you called out in the slite doc, please include school_year in each of the models as a simple rename of api_year
| v:programReference as program_reference, | ||
|
|
||
| -- lists | ||
| v:levels as v_levels, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we name v_program_evaluation_levels?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks perfect. lots of nesting here, thanks for being meticulous with handbook + api docs!
|
@jabortell please also add to changelog.md when you have time, but no rush, as we're saving this for 0.6.0 |
|
|
||
| keyed as ( | ||
| select | ||
| tenant_code, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rlittle08 I'm noticing that I selected tenant_code and api_year here, but not in the other staging models, and I don't know why I did that lol. I feel like I only need api_year as school_year, right?
Links:
Testing Instructions:
student_program_evaluationsandstudent_special_education_program_eligiblity_associations.sourcesspecification, whether your testing fromedu_whor from astadium_*project.DEV_RAW.EDFI3_JBORTELL, which contains the new raw tables. If you'd like to pursue this and need help, do reach out and I'll be happy to help.stadium_*project or from the root ofedu_wh. There most likely will not be data in the new models.gen_skey()deduplicate()are including the correct columnsBreaking Changes:
edu_whto specify the new sources, and those raw tables will need to be initialized in Snowflake.