mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 11:26:53 +00:00
* flow testnet v2 * set batch sizes * add QN node_url to sl testnet model * upd node_url in testnet rt models * add gha workflows for testnet * testnet gold models * upd tag on gold * upd tests * upd tests and set min to 280mm * upd test - rm null --------- Co-authored-by: shah <info@shahnewazkhan.ca>
38 lines
1.0 KiB
YAML
38 lines
1.0 KiB
YAML
version: 2
|
|
|
|
models:
|
|
- name: silver__testnet_collections
|
|
description: -|
|
|
Initial table for the gRPC collections response, loading data into Snowflake from the external AWS table.
|
|
|
|
columns:
|
|
- name: BLOCK_NUMBER
|
|
description: "{{ doc('block_number') }}"
|
|
|
|
- name: COLLECTION_ID
|
|
description: "{{ doc('collection_id') }}"
|
|
|
|
- name: TX_COUNT
|
|
description: "{{ doc('tx_count') }}"
|
|
|
|
- name: TRANSACTION_IDS
|
|
description: "{{ doc('transaction_ids') }}"
|
|
|
|
- name: _PARTITION_BY_BLOCK_ID
|
|
description: "{{ doc('_partition_by_block_id') }}"
|
|
|
|
- name: _INSERTED_TIMESTAMP
|
|
description: "{{ doc('_inserted_timestamp') }}"
|
|
|
|
- name: streamline_collection_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') }}"
|