removed mas value test and month_name

This commit is contained in:
Joaquin Ossa 2025-01-16 11:01:41 +01:00
parent 105f2aee45
commit b58d165eff
2 changed files with 1 additions and 13 deletions

View file

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