2023-11-09 00:56:10 +00:00
|
|
|
version: 2
|
|
|
|
|
|
|
|
|
|
models:
|
|
|
|
|
- name: silver__atlas_accounts_created
|
|
|
|
|
description: |-
|
|
|
|
|
Wallet creation on NEAR
|
|
|
|
|
columns:
|
2023-11-09 18:39:18 +00:00
|
|
|
- name: atlas_account_created_id
|
|
|
|
|
description: "{{ doc('id')}}"
|
|
|
|
|
tests:
|
|
|
|
|
- not_null
|
|
|
|
|
- unique
|
|
|
|
|
|
2023-11-09 00:56:10 +00:00
|
|
|
- name: day
|
|
|
|
|
description: "{{ doc('date')}}"
|
|
|
|
|
tests:
|
|
|
|
|
- not_null
|
2023-11-09 18:39:18 +00:00
|
|
|
|
2023-11-09 00:56:10 +00:00
|
|
|
- name: wallets_created
|
2023-11-09 18:47:44 +00:00
|
|
|
description: "{{ doc('wallets_created')}}"
|
2023-11-09 00:56:10 +00:00
|
|
|
tests:
|
|
|
|
|
- not_null
|
|
|
|
|
|
|
|
|
|
- name: inserted_timestamp
|
|
|
|
|
description: "{{doc('inserted_timestamp')}}"
|
|
|
|
|
tests:
|
|
|
|
|
- not_null
|
|
|
|
|
|
|
|
|
|
- name: modified_timestamp
|
|
|
|
|
description: "{{doc('modified_timestamp')}}"
|
|
|
|
|
tests:
|
|
|
|
|
- not_null
|
|
|
|
|
|
2023-12-11 17:34:32 +00:00
|
|
|
- name: _invocation_id
|
2023-11-09 00:56:10 +00:00
|
|
|
description: "{{doc('invocation_id')}}"
|