format files in staging
This commit is contained in:
parent
8fdb88afc7
commit
aabb45dbd5
3 changed files with 24 additions and 26 deletions
|
|
@ -195,8 +195,7 @@ models:
|
|||
- unique
|
||||
- not_null
|
||||
- name: stg_core__edeposit_user
|
||||
description:
|
||||
"This table contains data on partner users for E-deposit,
|
||||
description: "This table contains data on partner users for E-deposit,
|
||||
their currencies and amount of protection according to the
|
||||
level given on the verification"
|
||||
columns:
|
||||
|
|
@ -216,8 +215,7 @@ models:
|
|||
|
||||
- name: currency
|
||||
data_type: character varying
|
||||
description:
|
||||
"Three-letter ISO code assigned to the currency used by user."
|
||||
description: "Three-letter ISO code assigned to the currency used by user."
|
||||
tests:
|
||||
- not_null
|
||||
- dbt_expectations.expect_column_values_to_match_regex:
|
||||
|
|
|
|||
|
|
@ -39,8 +39,8 @@ models:
|
|||
- not_null
|
||||
- accepted_values:
|
||||
values:
|
||||
- 'V1'
|
||||
- 'V2'
|
||||
- "V1"
|
||||
- "V2"
|
||||
|
||||
- name: nightly_fee_local
|
||||
data_type: numeric
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue