mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 14:06:44 +00:00
* add: keys core * add: silver labels jk * add: silver metadata jk * add silver prices pk * add: silver staking jk * add: silver swaps and transfers jk * fix: doc * gold core pk * gold: defi keys * price and half nfts * add missing comma in silver__streamline_blocks * add: nfts * fix: models * list col names in swaps_events_s * add underscore _invocation * fix: gold layer * delete: description * fix: order and names * delete: unecesarry qualify * fix: errors * fix: name * dix: name * rename id * add: pk to topshot * add: dim rename * fix dim metadata views --------- Co-authored-by: Jack Forgash <58153492+forgxyz@users.noreply.github.com>
32 lines
855 B
YAML
32 lines
855 B
YAML
version: 2
|
|
|
|
models:
|
|
- name: silver__contract_labels_s
|
|
description: |-
|
|
This table extracts all contract labels referenced in the events item of a Flow transaction.
|
|
|
|
columns:
|
|
- name: event_contract
|
|
description: "{{ doc('event_contract') }}"
|
|
|
|
- name: contract_name
|
|
description: "{{ doc('contract_name') }}"
|
|
|
|
- name: account_address
|
|
description: "{{ doc('account_address') }}"
|
|
|
|
- name: _INSERTED_TIMESTAMP
|
|
description: "{{ doc('_inserted_timestamp') }}"
|
|
|
|
- name: event_contract_id
|
|
description: "{{ doc('pk_id') }}"
|
|
|
|
- name: INSERTED_TIMESTAMP
|
|
description: "{{ doc('inserted_timestamp') }}"
|
|
|
|
- name: MODIFIED_TIMESTAMP
|
|
description: "{{ doc('modified_timestamp') }}"
|
|
|
|
- name: _INVOCATION_ID
|
|
description: "{{ doc('invocation_id') }}"
|