format files in staging

This commit is contained in:
Pablo Martin 2024-09-12 15:36:15 +02:00
parent 8fdb88afc7
commit aabb45dbd5
3 changed files with 24 additions and 26 deletions

View file

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

View file

@ -4,7 +4,7 @@ models:
- name: stg_edeposit__verifications
description:
"Records of each transaction that happens in the edeposit API. Records are
mutable and can get updated."
mutable and can get updated."
columns:
- name: id_verification
data_type: character varying
@ -39,8 +39,8 @@ models:
- not_null
- accepted_values:
values:
- 'V1'
- 'V2'
- "V1"
- "V2"
- name: nightly_fee_local
data_type: numeric

View file

@ -747,7 +747,7 @@ models:
- name: full_contact_details
data_type: jsonb
description: |
description: |
The contact related to this transaction.
Might be null since not all transactions have a related contact.