Skip to content

Commit 07ac80b

Browse files
authored
Feature/hoc registrations 2024 (#296)
Merging despite failing test b/c the failure was due to timeout
2 parents 84e3384 + c16eba8 commit 07ac80b

16 files changed

+1044
-264
lines changed

dbt/data/_seed_files.yml

+21-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,27 @@ seeds:
3535
- not_null
3636

3737
- name: seed_districts_target
38-
description: This data is exported fron Hubspot on a monthly basis to compile a list of target districts. Data last exported December 2024.
38+
description: This data is exported fron Hubspot on a monthly basis to compile a list of target districts. Data last exported February 2025.
39+
columns:
40+
- name: district_id
41+
description: NCES district ID
42+
data_tests:
43+
- not_null
44+
- unique
45+
46+
- name: seed_districts_domains
47+
description: Email domains associated with school districts. This data is collected manually by the O&A team and does not represent ALL email domains of school districts. It is a partial list, primarily school districts enrolled in or targets of the district program.
48+
columns:
49+
- name: district_id
50+
description: NCES district ID
51+
data_tests:
52+
- not_null
53+
- unique
54+
- name: domain_name
55+
description: Email domain
56+
data_tests:
57+
- not_null
58+
- unique
3959

4060
- name: seed_hoc_internal_tutorials
4161
description: reference list of Code.org HOC tutorials (differentiated from 3rd party) provided by Bethany on 2024-10-29

0 commit comments

Comments
 (0)