-
Notifications
You must be signed in to change notification settings - Fork 7
Build/Learning standards Models #43
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
Merged
Merged
Conversation
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
rlittle08
requested changes
Sep 25, 2023
models/staging/edfi_3/stage/stg_ef3__grades__learning_standards.sql
Outdated
Show resolved
Hide resolved
rlittle08
approved these changes
Sep 27, 2023
3 tasks
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.
Description & motivation
This PR creates models for learning standard data to be used downstream by student grade tables.
Changes to existing models:
_edfi_3__baseand_edfi_3__stage: Added configurations for new base and staging models.New models created:
base_ef3__learning_standards: Pulls raw learning standards data columns to be used in downstream models.stg_ef3__learning_standards: Extendsbase_ef3__learning_standardsby adding surrogate keys, and extracting academic subject descriptors.stg_ef3__grades__learning_standards: Extracts student's learning standard grades and performance conversions.Tests and QC done:
Future ToDos & Questions:
F1FC8A52-3B53-11E0-B042-495E9DFF4B22) however, in other instances, the naming convention is more conventional, such as "Science." We should consider if there's a way to transform them into more readable subject names or if they are helpful as is.learning_standard_idvalues have some helpful descriptions (ex:Math-Effort_rbcX200MATH00000010001111000) while some are less helpful (ex:c86bc12e-e6e3-467b-b8a8-bacc46c95b37) for now we don't do anything with this column but it is something to consider for the future.PR Merge Priority: