-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2341 from TEAMSchools/fix-20241220
Fix 20241220
- Loading branch information
Showing
71 changed files
with
513 additions
and
98 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ lint: | |
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected].3 | ||
- [email protected].4 | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
packages: | ||
- package: dbt-labs/dbt_external_tables | ||
version: 0.10.0 | ||
version: 0.11.1 | ||
- package: dbt-labs/dbt_utils | ||
version: 1.3.0 | ||
sha1_hash: 3514955b933ce404b507d87e3ad5ccffd4107739 | ||
sha1_hash: 15fed141a874f9485b2fda6c407b4b2262ca2e5e |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
packages: | ||
# https://github.com/dbt-labs/dbt-external-tables | ||
- package: dbt-labs/dbt_external_tables | ||
version: 0.10.0 | ||
version: 0.11.1 | ||
# https://github.com/dbt-labs/dbt-utils | ||
- package: dbt-labs/dbt_utils | ||
version: 1.3.0 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
packages: | ||
- package: dbt-labs/dbt_external_tables | ||
version: 0.10.0 | ||
version: 0.11.1 | ||
- package: dbt-labs/dbt_utils | ||
version: 1.3.0 | ||
sha1_hash: 3514955b933ce404b507d87e3ad5ccffd4107739 | ||
sha1_hash: 15fed141a874f9485b2fda6c407b4b2262ca2e5e |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
packages: | ||
# https://github.com/dbt-labs/dbt-external-tables | ||
- package: dbt-labs/dbt_external_tables | ||
version: 0.10.0 | ||
version: 0.11.1 | ||
# https://github.com/dbt-labs/dbt-utils | ||
- package: dbt-labs/dbt_utils | ||
version: 1.3.0 |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
11 changes: 11 additions & 0 deletions
11
src/dbt/kipptaf/models/powerschool/intermediate/int_powerschool__advisory.sql
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{{- config(enabled=false) -}} | ||
|
||
{{ | ||
dbt_utils.union_relations( | ||
relations=[ | ||
source("kippnewark_powerschool", model.name), | ||
source("kippcamden_powerschool", model.name), | ||
source("kippmiami_powerschool", model.name), | ||
] | ||
) | ||
}} |
11 changes: 11 additions & 0 deletions
11
src/dbt/kipptaf/models/powerschool/intermediate/int_powerschool__contacts.sql
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{{- config(enabled=false) -}} | ||
|
||
{{ | ||
dbt_utils.union_relations( | ||
relations=[ | ||
source("kippnewark_powerschool", model.name), | ||
source("kippcamden_powerschool", model.name), | ||
source("kippmiami_powerschool", model.name), | ||
] | ||
) | ||
}} |
11 changes: 11 additions & 0 deletions
11
src/dbt/kipptaf/models/powerschool/intermediate/int_powerschool__person_contacts.sql
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{{- config(enabled=false) -}} | ||
|
||
{{ | ||
dbt_utils.union_relations( | ||
relations=[ | ||
source("kippnewark_powerschool", model.name), | ||
source("kippcamden_powerschool", model.name), | ||
source("kippmiami_powerschool", model.name), | ||
] | ||
) | ||
}} |
11 changes: 11 additions & 0 deletions
11
src/dbt/kipptaf/models/powerschool/intermediate/int_powerschool__ps_enrollment_all.sql
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{{- config(enabled=false) -}} | ||
|
||
{{ | ||
dbt_utils.union_relations( | ||
relations=[ | ||
source("kippnewark_powerschool", model.name), | ||
source("kippcamden_powerschool", model.name), | ||
source("kippmiami_powerschool", model.name), | ||
] | ||
) | ||
}} |
11 changes: 11 additions & 0 deletions
11
src/dbt/kipptaf/models/powerschool/intermediate/int_powerschool__ps_membership_reg.sql
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{{- config(enabled=false) -}} | ||
|
||
{{ | ||
dbt_utils.union_relations( | ||
relations=[ | ||
source("kippnewark_powerschool", model.name), | ||
source("kippcamden_powerschool", model.name), | ||
source("kippmiami_powerschool", model.name), | ||
] | ||
) | ||
}} |
11 changes: 11 additions & 0 deletions
11
src/dbt/kipptaf/models/powerschool/intermediate/int_powerschool__student_contacts_pivot.sql
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{{- config(enabled=false) -}} | ||
|
||
{{ | ||
dbt_utils.union_relations( | ||
relations=[ | ||
source("kippnewark_powerschool", model.name), | ||
source("kippcamden_powerschool", model.name), | ||
source("kippmiami_powerschool", model.name), | ||
] | ||
) | ||
}} |
11 changes: 11 additions & 0 deletions
11
src/dbt/kipptaf/models/powerschool/staging/stg_powerschool__assignmentcategoryassoc.sql
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{{- config(enabled=false) -}} | ||
|
||
{{ | ||
dbt_utils.union_relations( | ||
relations=[ | ||
source("kippnewark_powerschool", model.name), | ||
source("kippcamden_powerschool", model.name), | ||
source("kippmiami_powerschool", model.name), | ||
] | ||
) | ||
}} |
11 changes: 11 additions & 0 deletions
11
src/dbt/kipptaf/models/powerschool/staging/stg_powerschool__assignmentsection.sql
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{{- config(enabled=false) -}} | ||
|
||
{{ | ||
dbt_utils.union_relations( | ||
relations=[ | ||
source("kippnewark_powerschool", model.name), | ||
source("kippcamden_powerschool", model.name), | ||
source("kippmiami_powerschool", model.name), | ||
] | ||
) | ||
}} |
11 changes: 11 additions & 0 deletions
11
src/dbt/kipptaf/models/powerschool/staging/stg_powerschool__attendance_conversion_items.sql
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{{- config(enabled=false) -}} | ||
|
||
{{ | ||
dbt_utils.union_relations( | ||
relations=[ | ||
source("kippnewark_powerschool", model.name), | ||
source("kippcamden_powerschool", model.name), | ||
source("kippmiami_powerschool", model.name), | ||
] | ||
) | ||
}} |
11 changes: 11 additions & 0 deletions
11
src/dbt/kipptaf/models/powerschool/staging/stg_powerschool__bell_schedule.sql
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{{- config(enabled=false) -}} | ||
|
||
{{ | ||
dbt_utils.union_relations( | ||
relations=[ | ||
source("kippnewark_powerschool", model.name), | ||
source("kippcamden_powerschool", model.name), | ||
source("kippmiami_powerschool", model.name), | ||
] | ||
) | ||
}} |
11 changes: 11 additions & 0 deletions
11
src/dbt/kipptaf/models/powerschool/staging/stg_powerschool__codeset.sql
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{{- config(enabled=false) -}} | ||
|
||
{{ | ||
dbt_utils.union_relations( | ||
relations=[ | ||
source("kippnewark_powerschool", model.name), | ||
source("kippcamden_powerschool", model.name), | ||
source("kippmiami_powerschool", model.name), | ||
] | ||
) | ||
}} |
11 changes: 11 additions & 0 deletions
11
src/dbt/kipptaf/models/powerschool/staging/stg_powerschool__cycle_day.sql
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{{- config(enabled=false) -}} | ||
|
||
{{ | ||
dbt_utils.union_relations( | ||
relations=[ | ||
source("kippnewark_powerschool", model.name), | ||
source("kippcamden_powerschool", model.name), | ||
source("kippmiami_powerschool", model.name), | ||
] | ||
) | ||
}} |
11 changes: 11 additions & 0 deletions
11
src/dbt/kipptaf/models/powerschool/staging/stg_powerschool__districtteachercategory.sql
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{{- config(enabled=false) -}} | ||
|
||
{{ | ||
dbt_utils.union_relations( | ||
relations=[ | ||
source("kippnewark_powerschool", model.name), | ||
source("kippcamden_powerschool", model.name), | ||
source("kippmiami_powerschool", model.name), | ||
] | ||
) | ||
}} |
11 changes: 11 additions & 0 deletions
11
src/dbt/kipptaf/models/powerschool/staging/stg_powerschool__emailaddress.sql
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{{- config(enabled=false) -}} | ||
|
||
{{ | ||
dbt_utils.union_relations( | ||
relations=[ | ||
source("kippnewark_powerschool", model.name), | ||
source("kippcamden_powerschool", model.name), | ||
source("kippmiami_powerschool", model.name), | ||
] | ||
) | ||
}} |
11 changes: 11 additions & 0 deletions
11
src/dbt/kipptaf/models/powerschool/staging/stg_powerschool__gradecalcformulaweight.sql
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{{- config(enabled=false) -}} | ||
|
||
{{ | ||
dbt_utils.union_relations( | ||
relations=[ | ||
source("kippnewark_powerschool", model.name), | ||
source("kippcamden_powerschool", model.name), | ||
source("kippmiami_powerschool", model.name), | ||
] | ||
) | ||
}} |
11 changes: 11 additions & 0 deletions
11
src/dbt/kipptaf/models/powerschool/staging/stg_powerschool__gradecalcschoolassoc.sql
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{{- config(enabled=false) -}} | ||
|
||
{{ | ||
dbt_utils.union_relations( | ||
relations=[ | ||
source("kippnewark_powerschool", model.name), | ||
source("kippcamden_powerschool", model.name), | ||
source("kippmiami_powerschool", model.name), | ||
] | ||
) | ||
}} |
11 changes: 11 additions & 0 deletions
11
src/dbt/kipptaf/models/powerschool/staging/stg_powerschool__gradecalculationtype.sql
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{{- config(enabled=false) -}} | ||
|
||
{{ | ||
dbt_utils.union_relations( | ||
relations=[ | ||
source("kippnewark_powerschool", model.name), | ||
source("kippcamden_powerschool", model.name), | ||
source("kippmiami_powerschool", model.name), | ||
] | ||
) | ||
}} |
11 changes: 11 additions & 0 deletions
11
src/dbt/kipptaf/models/powerschool/staging/stg_powerschool__gradeformulaset.sql
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{{- config(enabled=false) -}} | ||
|
||
{{ | ||
dbt_utils.union_relations( | ||
relations=[ | ||
source("kippnewark_powerschool", model.name), | ||
source("kippcamden_powerschool", model.name), | ||
source("kippmiami_powerschool", model.name), | ||
] | ||
) | ||
}} |
11 changes: 11 additions & 0 deletions
11
src/dbt/kipptaf/models/powerschool/staging/stg_powerschool__gradeschoolconfig.sql
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{{- config(enabled=false) -}} | ||
|
||
{{ | ||
dbt_utils.union_relations( | ||
relations=[ | ||
source("kippnewark_powerschool", model.name), | ||
source("kippcamden_powerschool", model.name), | ||
source("kippmiami_powerschool", model.name), | ||
] | ||
) | ||
}} |
11 changes: 11 additions & 0 deletions
11
src/dbt/kipptaf/models/powerschool/staging/stg_powerschool__gradeschoolformulaassoc.sql
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{{- config(enabled=false) -}} | ||
|
||
{{ | ||
dbt_utils.union_relations( | ||
relations=[ | ||
source("kippnewark_powerschool", model.name), | ||
source("kippcamden_powerschool", model.name), | ||
source("kippmiami_powerschool", model.name), | ||
] | ||
) | ||
}} |
11 changes: 11 additions & 0 deletions
11
src/dbt/kipptaf/models/powerschool/staging/stg_powerschool__gradesectionconfig.sql
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{{- config(enabled=false) -}} | ||
|
||
{{ | ||
dbt_utils.union_relations( | ||
relations=[ | ||
source("kippnewark_powerschool", model.name), | ||
source("kippcamden_powerschool", model.name), | ||
source("kippmiami_powerschool", model.name), | ||
] | ||
) | ||
}} |
11 changes: 11 additions & 0 deletions
11
src/dbt/kipptaf/models/powerschool/staging/stg_powerschool__originalcontactmap.sql
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{{- config(enabled=false) -}} | ||
|
||
{{ | ||
dbt_utils.union_relations( | ||
relations=[ | ||
source("kippnewark_powerschool", model.name), | ||
source("kippcamden_powerschool", model.name), | ||
source("kippmiami_powerschool", model.name), | ||
] | ||
) | ||
}} |
11 changes: 11 additions & 0 deletions
11
src/dbt/kipptaf/models/powerschool/staging/stg_powerschool__period.sql
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{{- config(enabled=false) -}} | ||
|
||
{{ | ||
dbt_utils.union_relations( | ||
relations=[ | ||
source("kippnewark_powerschool", model.name), | ||
source("kippcamden_powerschool", model.name), | ||
source("kippmiami_powerschool", model.name), | ||
] | ||
) | ||
}} |
11 changes: 11 additions & 0 deletions
11
src/dbt/kipptaf/models/powerschool/staging/stg_powerschool__person.sql
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{{- config(enabled=false) -}} | ||
|
||
{{ | ||
dbt_utils.union_relations( | ||
relations=[ | ||
source("kippnewark_powerschool", model.name), | ||
source("kippcamden_powerschool", model.name), | ||
source("kippmiami_powerschool", model.name), | ||
] | ||
) | ||
}} |
Oops, something went wrong.