Skip to content

Commit b51ca00

Browse files
authored
Merge pull request #4 from edanalytics/feature/add_lea_sea_relationship
add lea-sea relationship
2 parents 65f6aa4 + 37fcdb2 commit b51ca00

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

models/oneroster_1_1/or1_1__orgs.sql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ leas_formatted as (
3737
lea_name as "name",
3838
'district' as "type",
3939
lea_id::string as "identifier",
40-
{# gen_sourced_id('sea') as "parentSourcedId", #}
41-
null::string as "parentSourcedId", --tmp: pending update in edu_edfi_source
40+
{{ gen_sourced_id('sea') }} as "parentSourcedId",
4241
{{ gen_natural_key('lea') }} as "metadata.edu.natural_key",
4342
tenant_code
4443
from leas

0 commit comments

Comments
 (0)