first tests

This commit is contained in:
Pablo Martin 2024-02-22 16:14:20 +01:00
parent a59652fad5
commit 363d1611ae

View file

@ -15,6 +15,11 @@ sources:
- name: id
data_type: character varying
description: "{{ doc('generic_id_desc') }}"
tests:
- unique
- not_null
- dbt_expectations.expect_column_values_to_match_regex:
regex: "^txn_.{24}$"
- name: fee
data_type: bigint
description: "Fees (in cents) paid for this transaction. Represented as a positive integer when assessed."