fix typo
This commit is contained in:
parent
60ae3f2844
commit
a839aa4eb3
1 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue