mirror of
https://github.com/FlipsideCrypto/stellar-models.git
synced 2026-02-06 14:06:44 +00:00
* added testing strategy * updated recency within tests, added workflows with different lookback vars * changed daily lookback to 1 * modified workflows to include USE_VARS in the env config, modified tests to use modified_timestamp (instead of closed_at) as the recency filter * fixed env variables (switched to vars from secrets) --------- Co-authored-by: Mike Stepanovic <mike.stepanovic@flipsidecrypto.com> Co-authored-by: Eric Laurello <eric.laurello@flipsidecrypto.com>
9 lines
226 B
YAML
9 lines
226 B
YAML
version: 2
|
|
models:
|
|
- name: silver__ledgers
|
|
tests:
|
|
- dbt_utils.unique_combination_of_columns:
|
|
combination_of_columns:
|
|
- SEQUENCE
|
|
- fsc_utils.sequence_gaps:
|
|
column_name: SEQUENCE |