From 81a4a8dd236eefd305d9e0b0ddaf3ef117d87021 Mon Sep 17 00:00:00 2001 From: Erika Pacheco Date: Fri, 20 Dec 2024 13:21:54 -0800 Subject: [PATCH] Fix NTD test errors for year that are now integer columns [#3475] --- warehouse/models/mart/ntd/_mart_ntd.yml | 4 ++++ .../ntd_annual_reporting/_stg_ntd_annual_reporting.yml | 1 + 2 files changed, 5 insertions(+) diff --git a/warehouse/models/mart/ntd/_mart_ntd.yml b/warehouse/models/mart/ntd/_mart_ntd.yml index 212e8b9426..149ac86e45 100644 --- a/warehouse/models/mart/ntd/_mart_ntd.yml +++ b/warehouse/models/mart/ntd/_mart_ntd.yml @@ -474,6 +474,7 @@ models: - not_null - accepted_values: values: [2022, 2023] + quote: false - *reporter_type - name: sales_tax description: | @@ -503,6 +504,7 @@ models: - not_null - accepted_values: values: [2022, 2023] + quote: false - *ntd_id - *agency - *reporter_type @@ -548,6 +550,7 @@ models: - not_null - accepted_values: values: [2022, 2023] + quote: false - *reporter_type - *ntd_id - *agency @@ -729,6 +732,7 @@ models: - not_null - accepted_values: values: [2022, 2023] + quote: false - *ntd_id - *type_of_service - *mode diff --git a/warehouse/models/staging/ntd_annual_reporting/_stg_ntd_annual_reporting.yml b/warehouse/models/staging/ntd_annual_reporting/_stg_ntd_annual_reporting.yml index bf1c6346ea..fc96663994 100644 --- a/warehouse/models/staging/ntd_annual_reporting/_stg_ntd_annual_reporting.yml +++ b/warehouse/models/staging/ntd_annual_reporting/_stg_ntd_annual_reporting.yml @@ -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") }}'