diff --git a/models/descriptions/__overview__.md b/models/descriptions/__overview__.md index cdaf99fe..e691bfc8 100644 --- a/models/descriptions/__overview__.md +++ b/models/descriptions/__overview__.md @@ -40,6 +40,8 @@ There is more information on how to use dbt docs in the last section of this doc - [fact_liquidity_pool_actions](#!/model/model.solana_models.defi__fact_liquidity_pool_actions) - [fact_stake_pool_actions](#!/model/model.solana_models.defi__fact_stake_pool_actions) - [fact_swaps](#!/model/model.solana_models.defi__fact_swaps) +- [fact_swaps](#!/model/model.solana_models.defi__fact_swaps_jupiter_inner) +- [fact_swaps](#!/model/model.solana_models.defi__fact_swaps_jupiter_summary) - [fact_bridge_activity](#!/model/model.solana_models.defi__fact_bridge_activity) - [fact_token_burn_actions](#!/model/model.solana_models.defi__fact_token_burn_actions) - [fact_token_mint_actions](#!/model/model.solana_models.defi__fact_token_mint_actions) diff --git a/models/gold/defi/defi__fact_swaps_jupiter_inner.yml b/models/gold/defi/defi__fact_swaps_jupiter_inner.yml index 30438a46..b01fe768 100644 --- a/models/gold/defi/defi__fact_swaps_jupiter_inner.yml +++ b/models/gold/defi/defi__fact_swaps_jupiter_inner.yml @@ -1,6 +1,7 @@ version: 2 models: - name: defi__fact_swaps_jupiter_inner + description: This table contain each intermediate swap that is a part of a Jupiter route. These are the individual steps that are executed by Jupiter to complete a swap. columns: - name: BLOCK_TIMESTAMP description: "{{ doc('block_timestamp') }}" diff --git a/models/gold/defi/defi__fact_swaps_jupiter_summary.yml b/models/gold/defi/defi__fact_swaps_jupiter_summary.yml index bfe8679f..057be7bb 100644 --- a/models/gold/defi/defi__fact_swaps_jupiter_summary.yml +++ b/models/gold/defi/defi__fact_swaps_jupiter_summary.yml @@ -1,6 +1,7 @@ version: 2 models: - name: defi__fact_swaps_jupiter_summary + description: This table contains summarized swaps for trades initiated on Jupiter. This showcases the the initial amount/mint that is swapped from and the final amount/mint that is swapped to, without the intermediate swaps that Jupiter routes through. columns: - name: BLOCK_TIMESTAMP description: "{{ doc('block_timestamp') }}"