numeric
This commit is contained in:
parent
aaa0b1a5dd
commit
6f28c4d9dc
2 changed files with 8 additions and 8 deletions
|
|
@ -181,7 +181,7 @@ models:
|
|||
strictly: false
|
||||
|
||||
- name: calculated_payout_amount_in_txn_currency
|
||||
data_type: text
|
||||
data_type: numeric
|
||||
description: "Calculated payout amount in local currency."
|
||||
data_tests:
|
||||
- dbt_expectations.expect_column_values_to_be_between:
|
||||
|
|
@ -196,7 +196,7 @@ models:
|
|||
where: "calculated_payout_amount_in_txn_currency > 0"
|
||||
|
||||
- name: calculated_payout_amount_in_usd
|
||||
data_type: text
|
||||
data_type: numeric
|
||||
description: "Calculated payout amount in USD."
|
||||
data_tests:
|
||||
- dbt_expectations.expect_column_values_to_be_between:
|
||||
|
|
@ -204,7 +204,7 @@ models:
|
|||
strictly: false
|
||||
|
||||
- name: calculated_payout_amount_in_gbp
|
||||
data_type: text
|
||||
data_type: numeric
|
||||
description: "Calculated payout amount in GBP."
|
||||
data_tests:
|
||||
- dbt_expectations.expect_column_values_to_be_between:
|
||||
|
|
@ -235,7 +235,7 @@ models:
|
|||
strictly: false
|
||||
|
||||
- name: submitted_guest_charge_amount_in_gbp
|
||||
data_type: text
|
||||
data_type: numeric
|
||||
description: "Submitted guest charge amount in GBP."
|
||||
data_tests:
|
||||
- dbt_expectations.expect_column_values_to_be_between:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue