Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion dbt/models/default/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,9 @@ workbooks rather than iasWorld.
***UNVALIDATED: DO NOT SHARE DATA FROM THIS VIEW***
---
Parcel-level exemption amounts in EAV. PINs will only have a row in this view
if they have exemptions for a given year.
if they have exemptions for a given year. Exemption EAV amounts can indicate
either a current-year exemption or a Certificate of Error.
`default.vw_pin_exe_long` can be used to disambiguate between the two.

**Primary Key**: `year`, `pin`
{% enddocs %}
Expand Down
Loading