changed ok_status_fee_in_gbp and added to description
This commit is contained in:
parent
126973ce1c
commit
7087e9193c
2 changed files with 8 additions and 11 deletions
|
|
@ -333,15 +333,11 @@ models:
|
|||
description: "indicates if the booking has been cancelled or not."
|
||||
tests:
|
||||
- not_null
|
||||
- accepted_values:
|
||||
values:
|
||||
- true
|
||||
- false
|
||||
|
||||
- name: total_revenue
|
||||
- name: ok_status_fee_in_gbp
|
||||
data_type: integer
|
||||
description:
|
||||
"total fee charged on checkout"
|
||||
"total fee charged on checkout, this is only charged for approved verifications"
|
||||
tests:
|
||||
- not_null
|
||||
- dbt_expectations.expect_column_values_to_be_between:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue