Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
njogz committed Apr 5, 2024
1 parent 112f175 commit 11e079d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/brac/contact_views/contactview_person_fields.sql
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SELECT
person.phone2,
person.date_of_birth,
person.reported,
person."@timestamp"
person."@timestamp",
parent.type AS parent_type
FROM {{ ref("contactview_metadata") }} person
LEFT JOIN {{ ref("contactview_metadata") }} parent ON person.parent_uuid = parent.uuid
Expand Down

0 comments on commit 11e079d

Please sign in to comment.