diff --git a/seeds/schema.yaml b/seeds/schema.yaml index 9ee4dff..d512786 100644 --- a/seeds/schema.yaml +++ b/seeds/schema.yaml @@ -42,7 +42,7 @@ seeds: max_value: 8 strictly: False - - name: stg_guest_services_vat_rates_by_country + - name: stg_seed__guest_services_vat_rates_by_country description: | A list of applicable VAT rates for guest services, by country. @@ -58,7 +58,7 @@ seeds: column_types: country_code: varchar(3) columns: - - name: country_name,alpha_2,alpha_3,country_code,vat_rate + - name: country_name data_type: character varying description: The name of the country. @@ -104,7 +104,6 @@ seeds: tests: - not_null - - unique - dbt_expectations.expect_column_values_to_be_between: min_value: 0 max_value: 1