This commit is contained in:
Austin 2025-03-13 13:41:49 -04:00 committed by GitHub
parent 1b69d2459c
commit a9b6ef8e14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 12 additions and 7 deletions

View File

@ -0,0 +1,5 @@
version: 2
models:
- name: avalanche__dim_data_dictionary
description: "Avalanche Data Dictionary. Please visit https://discord.gg/avax for any questions."

View File

@ -2,7 +2,7 @@ version: 2
models:
- name: avalanche__fact_c_messages
description: "Avalanche C-Chain Messages."
description: "Avalanche C-Chain Messages. Please visit https://discord.gg/avax for any questions."
columns:
- name: blockhash
description: "Hash of the block containing this message."

View File

@ -2,7 +2,7 @@ version: 2
models:
- name: avalanche__fact_p_blocks
description: "Avalanche P-Chain Blocks."
description: "Avalanche P-Chain Blocks. Please visit https://discord.gg/avax for any questions."
columns:
- name: L1_VALIDATOR_ACTIVE_COUNT
description: "Count of active validators on the L1 at the time of block creation"

View File

@ -2,7 +2,7 @@ version: 2
models:
- name: avalanche__fact_p_transactions
description: "Avalanche P-Chain Transactions."
description: "Avalanche P-Chain Transactions. Please visit https://discord.gg/avax for any questions."
columns:
- name: BLOCK_HASH
description: "Hash of the block containing the transaction"

View File

@ -2,7 +2,7 @@ version: 2
models:
- name: avalanche__fact_utxos
description: "Avalanche UTXOs."
description: "Avalanche UTXOs. Please visit https://discord.gg/avax for any questions."
columns:
- name: OUTPUT_TYPE
description: ""

View File

@ -2,7 +2,7 @@ version: 2
models:
- name: avalanche__fact_x_blocks
description: "Avalanche X-Chain Blocks."
description: "Avalanche X-Chain Blocks. Please visit https://discord.gg/avax for any questions."
columns:
- name: PROPOSER_PARENT_ID
description: ""

View File

@ -2,7 +2,7 @@ version: 2
models:
- name: avalanche__fact_x_transactions
description: "Avalanche X-Chain Transactions."
description: "Avalanche X-Chain Transactions. Please visit https://discord.gg/avax for any questions."
columns:
- name: TYPE
description: "Type of transaction (e.g. import, export, operation)"

View File

@ -2,7 +2,7 @@ version: 2
models:
- name: avalanche__fact_x_vertices
description: "Avalanche X-Chain Vertices."
description: "Avalanche X-Chain Vertices. Please visit https://discord.gg/avax for any questions."
columns:
- name: TRANSACTION_COUNT
description: "Number of transactions contained in the vertex"