mirror of
https://github.com/FlipsideCrypto/gnosis-models.git
synced 2026-02-06 14:17:03 +00:00
* initial model temps * update contracts and columns * silver staking * checkpoint and evict temps * checkpoint and evicted * gold views and related column updates * fixed columns in ez views * docs * service staking metadata * docs * docs * initial ymls * column descriptions * tests and docs * docs * overview docs * updates for service reads * coalesce * error * row num * heal * update registry * remove test * column name * rebuild * remove docs
32 lines
817 B
YAML
32 lines
817 B
YAML
version: 2
|
|
models:
|
|
- name: silver_olas__service_staking
|
|
tests:
|
|
- dbt_utils.unique_combination_of_columns:
|
|
combination_of_columns:
|
|
- _LOG_ID
|
|
columns:
|
|
- name: BLOCK_NUMBER
|
|
tests:
|
|
- not_null
|
|
- name: BLOCK_TIMESTAMP
|
|
tests:
|
|
- not_null
|
|
- name: TX_HASH
|
|
tests:
|
|
- not_null
|
|
- name: OWNER_ADDRESS
|
|
tests:
|
|
- not_null
|
|
- dbt_expectations.expect_column_values_to_match_regex:
|
|
regex: 0[xX][0-9a-fA-F]+
|
|
- name: MULTISIG_ADDRESS
|
|
tests:
|
|
- dbt_expectations.expect_column_values_to_match_regex:
|
|
regex: 0[xX][0-9a-fA-F]+
|
|
- name: SERVICE_ID
|
|
tests:
|
|
- not_null
|
|
- name: PROGRAM_NAME
|
|
tests:
|
|
- not_null |