Skip to content

Commit

Permalink
Merge pull request #3555 from cal-itp/3523-add-year-to-tests
Browse files Browse the repository at this point in the history
Include year 2023 on test for staging NTD service tables
  • Loading branch information
erikamov authored Nov 22, 2024
2 parents c280e48 + 8f350f5 commit 0d3d6b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions warehouse/models/staging/ntd_annual_data_tables/_src.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ sources:
description: The year for which the data was reported.
tests:
- accepted_values:
values: [2022]
values: [2022, 2023]
- name: _5_digit_ntd_id
description: A five-digit identifying number for each agency used in the current NTD system.
- name: agency
Expand Down Expand Up @@ -247,7 +247,7 @@ sources:
description: The year for which the data was reported.
tests:
- accepted_values:
values: [2022]
values: [2022, 2023]
- name: _5_digit_ntd_id
description: A five-digit identifying number for each agency used in the current NTD system.
- name: type_of_service
Expand Down Expand Up @@ -275,7 +275,7 @@ sources:
description: The year for which the data was reported.
tests:
- accepted_values:
values: [2022]
values: [2022, 2023]
- name: _5_digit_ntd_id
description: A five-digit identifying number for each agency used in the current NTD system.
- name: agency
Expand Down

0 comments on commit 0d3d6b6

Please sign in to comment.