We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65f6aa4 + 37fcdb2 commit b51ca00Copy full SHA for b51ca00
models/oneroster_1_1/or1_1__orgs.sql
@@ -37,8 +37,7 @@ leas_formatted as (
37
lea_name as "name",
38
'district' as "type",
39
lea_id::string as "identifier",
40
- {# gen_sourced_id('sea') as "parentSourcedId", #}
41
- null::string as "parentSourcedId", --tmp: pending update in edu_edfi_source
+ {{ gen_sourced_id('sea') }} as "parentSourcedId",
42
{{ gen_natural_key('lea') }} as "metadata.edu.natural_key",
43
tenant_code
44
from leas
0 commit comments