mirror of
https://github.com/FlipsideCrypto/near-models.git
synced 2026-02-06 09:41:44 +00:00
36 lines
793 B
YAML
36 lines
793 B
YAML
version: 2
|
|
|
|
models:
|
|
- name: silver__atlas_accounts_created
|
|
description: |-
|
|
Wallet creation on NEAR
|
|
columns:
|
|
- name: atlas_account_created_id
|
|
description: "{{ doc('id')}}"
|
|
tests:
|
|
- not_null
|
|
- unique
|
|
|
|
- name: day
|
|
description: "{{ doc('date')}}"
|
|
tests:
|
|
- not_null
|
|
|
|
- name: wallets_created
|
|
description: "{{ doc('wallets_created')}}"
|
|
tests:
|
|
- not_null
|
|
|
|
- name: inserted_timestamp
|
|
description: "{{doc('inserted_timestamp')}}"
|
|
tests:
|
|
- not_null
|
|
|
|
- name: modified_timestamp
|
|
description: "{{doc('modified_timestamp')}}"
|
|
tests:
|
|
- not_null
|
|
|
|
- name: _invocation_id
|
|
description: "{{doc('invocation_id')}}"
|