Skip to content

Commit

Permalink
Fix NTD test errors for year that are now integer columns
Browse files Browse the repository at this point in the history
  • Loading branch information
erikamov committed Dec 20, 2024
1 parent 36c4beb commit 81a4a8d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions warehouse/models/mart/ntd/_mart_ntd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,7 @@ models:
- not_null
- accepted_values:
values: [2022, 2023]
quote: false
- *reporter_type
- name: sales_tax
description: |
Expand Down Expand Up @@ -503,6 +504,7 @@ models:
- not_null
- accepted_values:
values: [2022, 2023]
quote: false
- *ntd_id
- *agency
- *reporter_type
Expand Down Expand Up @@ -548,6 +550,7 @@ models:
- not_null
- accepted_values:
values: [2022, 2023]
quote: false
- *reporter_type
- *ntd_id
- *agency
Expand Down Expand Up @@ -729,6 +732,7 @@ models:
- not_null
- accepted_values:
values: [2022, 2023]
quote: false
- *ntd_id
- *type_of_service
- *mode
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ x-common-fields:
- not_null
- accepted_values:
values: [2022, 2023]
quote: false
- &reporter_type
name: reporter_type
description: '{{ doc("ntd_reporter_type") }}'
Expand Down

0 comments on commit 81a4a8d

Please sign in to comment.