-
Notifications
You must be signed in to change notification settings - Fork 1
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
Quick psat table swap for grad requirements #2470
base: main
Are you sure you want to change the base?
Conversation
… each of its sources
…the current academic year
…h the new int_assessments__college_assessment view
…uick_psat_table_swap_for_grad_requirements
…uick_psat_table_swap_for_grad_requirements
…uick_psat_table_swap_for_grad_requirements
…uick_psat_table_swap_for_grad_requirements
…uick_psat_table_swap_for_grad_requirements
…uick_psat_table_swap_for_grad_requirements
…een PSAT10 or PSATNMSQT
…uick_psat_table_swap_for_grad_requirements
…uick_psat_table_swap_for_grad_requirements
…uick_psat_table_swap_for_grad_requirements
…uick_psat_table_swap_for_grad_requirements
from #2502
|
...pptaf/models/powerschool/intermediate/int_powerschool__state_assessments_transfer_scores.sql
Outdated
Show resolved
Hide resolved
src/dbt/kipptaf/models/students/intermediate/int_students__graduation_path_codes.sql
Outdated
Show resolved
Hide resolved
inner join | ||
{{ ref("stg_powerschool__students") }} as n | ||
on s.studentid = n.id | ||
and {{ union_dataset_join_clause(left_alias="s", right_alias="n") }} |
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.
not necessary: you can join downstream on studentid
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.
i need student number there so that the scores CTE in int_students__graduation_path_codes.sql stays simple and works the way i need it to work.
…uick_psat_table_swap_for_grad_requirements
…uick_psat_table_swap_for_grad_requirements
…uick_psat_table_swap_for_grad_requirements
…uick_psat_table_swap_for_grad_requirements
Pull Request
Summary & Motivation
Self-review
If this is a same-day request, please flag that in our Slack channel!
TEAMster Asana Project
SQL
Ensure you are using the
union_dataset_join_clause()
macro for queries that employ anymodels using these datasets:
deanslist
edplan
iready
overgrad
pearson
powerschool
renlearn
titan
All
distinct
usage must be accompanied by an comment explaining it's necessityIf you are adding a new external source, run:
Troubleshooting