You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dbt/models/marts/users/_users__models.yml
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,12 @@ models:
77
77
tests:
78
78
- not_null
79
79
80
+
- name: us_intl
81
+
description: label for us / intl
82
+
83
+
- name: country
84
+
description: the country associated with the individual user's activity in a given school year
85
+
80
86
- name: first_activity_at
81
87
description: timestamp of the student's first activity within the given course and school year- this field is later used to determine when a section/school first started teaching
0 commit comments