Skip to content
16 changes: 16 additions & 0 deletions dbt/models/ccao/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,22 @@ MV 08/18/2024.
**Primary Key**: `pin`, `year`
{% enddocs %}

# cct_as_cofe_dtl

{% docs table_cct_as_cofe_dtl %}
Legacy Certificate of Error (CofE) detail table pulled by BoT. Provided via MV 09/28/2025.

**Primary Key**: `pin`, `year`, `key_action_no`
{% enddocs %}

# cct_as_cofe_hdr

{% docs table_cct_as_cofe_hdr %}
Legacy Certificate of Error (CofE) header table pulled by BoT. Provided via MV 09/28/2025.

**Primary Key**: `pin`, `year`, `certificate_number`
{% enddocs %}

# commercial_valuation

{% docs table_commercial_valuation %}
Expand Down
6 changes: 6 additions & 0 deletions dbt/models/ccao/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ sources:
- name: cc_pifdb_piexemptre_sted
description: '{{ doc("table_cc_pifdb_piexemptre_sted") }}'

- name: ccao.cct_as_cofe_dtl
description: '{{ doc("table_cct_as_cofe_dtl") }}'

- name: ccao.cct_as_cofe_hdr
description: '{{ doc("table_cct_as_cofe_hdr") }}'

- name: dtbl_modelvals
description: '{{ doc("table_dtbl_modelvals") }}'
columns:
Expand Down
Loading
Loading