From a9b6ef8e14f9a13c3ea09ac18bdd63e467fd387a Mon Sep 17 00:00:00 2001 From: Austin <93135983+austinFlipside@users.noreply.github.com> Date: Thu, 13 Mar 2025 13:41:49 -0400 Subject: [PATCH] link (#95) --- models/avalanche/avalanche__dim_data_dictionary.yml | 5 +++++ models/avalanche/avalanche__fact_c_messages.yml | 2 +- models/avalanche/avalanche__fact_p_blocks.yml | 2 +- models/avalanche/avalanche__fact_p_transactions.yml | 2 +- models/avalanche/avalanche__fact_utxos.yml | 2 +- models/avalanche/avalanche__fact_x_blocks.yml | 2 +- models/avalanche/avalanche__fact_x_transactions.yml | 2 +- models/avalanche/avalanche__fact_x_vertices.yml | 2 +- 8 files changed, 12 insertions(+), 7 deletions(-) create mode 100644 models/avalanche/avalanche__dim_data_dictionary.yml diff --git a/models/avalanche/avalanche__dim_data_dictionary.yml b/models/avalanche/avalanche__dim_data_dictionary.yml new file mode 100644 index 0000000..1c12fd1 --- /dev/null +++ b/models/avalanche/avalanche__dim_data_dictionary.yml @@ -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." \ No newline at end of file diff --git a/models/avalanche/avalanche__fact_c_messages.yml b/models/avalanche/avalanche__fact_c_messages.yml index 45cda34..4044fe8 100644 --- a/models/avalanche/avalanche__fact_c_messages.yml +++ b/models/avalanche/avalanche__fact_c_messages.yml @@ -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." diff --git a/models/avalanche/avalanche__fact_p_blocks.yml b/models/avalanche/avalanche__fact_p_blocks.yml index 82af7ac..ce35096 100644 --- a/models/avalanche/avalanche__fact_p_blocks.yml +++ b/models/avalanche/avalanche__fact_p_blocks.yml @@ -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" diff --git a/models/avalanche/avalanche__fact_p_transactions.yml b/models/avalanche/avalanche__fact_p_transactions.yml index 83cf150..3ca7e83 100644 --- a/models/avalanche/avalanche__fact_p_transactions.yml +++ b/models/avalanche/avalanche__fact_p_transactions.yml @@ -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" diff --git a/models/avalanche/avalanche__fact_utxos.yml b/models/avalanche/avalanche__fact_utxos.yml index a9c45be..4056ed6 100644 --- a/models/avalanche/avalanche__fact_utxos.yml +++ b/models/avalanche/avalanche__fact_utxos.yml @@ -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: "" diff --git a/models/avalanche/avalanche__fact_x_blocks.yml b/models/avalanche/avalanche__fact_x_blocks.yml index f528d0f..532e6e7 100644 --- a/models/avalanche/avalanche__fact_x_blocks.yml +++ b/models/avalanche/avalanche__fact_x_blocks.yml @@ -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: "" diff --git a/models/avalanche/avalanche__fact_x_transactions.yml b/models/avalanche/avalanche__fact_x_transactions.yml index 06bcd45..69c93a0 100644 --- a/models/avalanche/avalanche__fact_x_transactions.yml +++ b/models/avalanche/avalanche__fact_x_transactions.yml @@ -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)" diff --git a/models/avalanche/avalanche__fact_x_vertices.yml b/models/avalanche/avalanche__fact_x_vertices.yml index a4883f5..bbe2135 100644 --- a/models/avalanche/avalanche__fact_x_vertices.yml +++ b/models/avalanche/avalanche__fact_x_vertices.yml @@ -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"