flow-models/models/silver/testnet/silver__testnet_transaction_results.yml
Jack Forgash 05da02b5fe
AN-6550/flow testnet v2 (#483)
* 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>
2025-09-16 20:32:27 -06:00

44 lines
1.1 KiB
YAML

version: 2
models:
- name: silver__testnet_transaction_results
description: -|
Initial table for the gRPC transaction results response, loading data into Snowflake from the external AWS table.
columns:
- name: BLOCK_NUMBER
description: "{{ doc('block_number') }}"
- name: TX_ID
description: "{{ doc('tx_id') }}"
- name: ERROR_MESSAGE
description: "{{ doc('error_message') }}"
- name: EVENTS
description: "{{ doc('events') }}"
- name: STATUS
description: "{{ doc('status') }}"
- name: STATUS_CODE
description: "{{ doc('status_code') }}"
- name: _PARTITION_BY_BLOCK_ID
description: "{{ doc('_partition_by_block_id') }}"
- name: _INSERTED_TIMESTAMP
description: "{{ doc('_inserted_timestamp') }}"
- name: tx_results_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') }}"