new approach for S&P users data extraction
This commit is contained in:
parent
24aa9b7021
commit
0cebdcf160
4 changed files with 209 additions and 32 deletions
|
|
@ -124,7 +124,7 @@ models:
|
|||
tests:
|
||||
- dbt_expectations.expect_column_values_to_be_between:
|
||||
min_value: 0
|
||||
max_value: 1
|
||||
max_value: 100
|
||||
strictly: true
|
||||
|
||||
- name: threshold_approved_booking_volume
|
||||
|
|
@ -158,7 +158,7 @@ models:
|
|||
tests:
|
||||
- dbt_expectations.expect_column_values_to_be_between:
|
||||
min_value: 0
|
||||
max_value: 1
|
||||
max_value: 100
|
||||
strictly: true
|
||||
|
||||
- name: monthly_general_discount_start_date_utc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue