removed mas value test and month_name
This commit is contained in:
parent
105f2aee45
commit
b58d165eff
2 changed files with 1 additions and 13 deletions
|
|
@ -53,7 +53,6 @@ models:
|
|||
data_tests:
|
||||
- dbt_expectations.expect_column_values_to_be_between:
|
||||
min_value: 0
|
||||
max_value: 1000
|
||||
strictly: true
|
||||
|
||||
- name: guest_last_name
|
||||
|
|
@ -212,14 +211,6 @@ models:
|
|||
data_tests:
|
||||
- not_null
|
||||
|
||||
- name: month_name
|
||||
data_type: text
|
||||
description: |
|
||||
Month name when the charges are created. This is obtained from the
|
||||
creation date of each record.
|
||||
data_tests:
|
||||
- not_null
|
||||
|
||||
- name: id_currency
|
||||
data_type: bigint
|
||||
description: "Id of the currency, works as a foreign key to the
|
||||
|
|
@ -242,7 +233,6 @@ models:
|
|||
data_tests:
|
||||
- dbt_expectations.expect_column_values_to_be_between:
|
||||
min_value: 0
|
||||
max_value: 1000000
|
||||
strictly: true
|
||||
|
||||
- name: number_of_requests
|
||||
|
|
@ -251,7 +241,6 @@ models:
|
|||
data_tests:
|
||||
- dbt_expectations.expect_column_values_to_be_between:
|
||||
min_value: 0
|
||||
max_value: 10000
|
||||
strictly: true
|
||||
|
||||
- name: company_name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue