stellar-models/models/silver/core/silver__transactions.yml
eric-laurello 3b3b95f7d5
AN-5773 standard prices with some customizations (#6)
* standard prices with some customizations

* .

* check

* tests/desc

* added overview file

---------

Co-authored-by: Mike Stepanovic <mike.stepanovic@flipsidecrypto.com>
2025-02-17 13:08:33 -05:00

14 lines
488 B
YAML

version: 2
models:
- name: silver__transactions
columns:
- name: ID
description: "{{ doc('id') }}"
tests:
- not_null:
where: modified_timestamp > current_date - {{ var('test_days_threshold', 3) }}
- unique:
where: modified_timestamp > current_date - {{ var('test_days_threshold', 3) }}
- dbt_expectations.expect_column_values_to_be_in_type_list:
column_type_list:
- NUMBER