update jupiter swaps docs (#608)

This commit is contained in:
tarikceric 2024-07-16 10:49:25 -05:00 committed by GitHub
parent d810c5ae56
commit ebfd7c2d56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 0 deletions

View File

@ -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)

View File

@ -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') }}"

View File

@ -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') }}"