This commit is contained in:
Pablo Martin 2024-08-29 17:29:21 +02:00
parent 60ae3f2844
commit a839aa4eb3

View file

@ -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