icons
Lineage Graph

Welcome!

Welcome to the auto-generated documentation for your dbt project!

You can use the Project and Database navigation tabs on the left side of the window to explore the models in your project.

Project Tab

The Project tab mirrors the directory structure of your dbt project. In this tab, you can see all of the models defined in your dbt project, as well as models imported from dbt packages.

Database Tab

The Database tab also exposes your models, but in a format that looks more like a database explorer. This view shows relations (tables and views) grouped into database schemas. Note that ephemeral models are not shown in this interface, as they do not exist in the database.

Graph Exploration

You can click the blue icon on the bottom-right corner of the page to view the lineage graph of your models.

On model pages, you'll see the immediate parents and children of the model you're exploring. By clicking the Expand button at the top-right of this lineage pane, you'll be able to see all of the models that are used to build, or are built from, the model you're exploring.

Once expanded, you'll be able to use the --models and --exclude model selection syntax to filter the models in the graph. For more information on model selection, check out the dbt docs.

Note that you can also right-click on models to interactively filter and explore the graph.


More information

25 search results

chainwalkers.harmony_txs source

...Txs from the Harmony chain. Note always use the latest ingested at timestam...

columns: RECORD_ID, RECORD_ID columns: TX_ID, TX_ID columns: TX_BLOCK_INDEX, TX_BLOCK_INDEX Show 7 more

chainwalkers.harmony_blocks source

...Blocks from the Harmony chain. Note always use the latest ingested at times...

columns: RECORD_ID, RECORD_ID columns: OFFSET_ID, OFFSET_ID columns: BLOCK_ID, BLOCK_ID Show 6 more

tokens model

...Harmony Tokens...

columns: TOKEN_ADDRESS, TOKEN_ADDRESS columns: TOKEN_NAME, TOKEN_NAME columns: TOKEN_SYMBOL, TOKEN_SYMBOL Show 1 more
...{{ config( materialized='table', unique_key='token_address', tags=['core', ...
tags: core, core tags: tokens, tokens

tokenprice_shvasrune model

...SHVASRUNE price in USD...

columns: TIMESTAMP, TIMESTAMP columns: PRICE, PRICE Show -1 more
...{{ config( materialized='incremental', unique_key = 'timestamp', incrementa...
tags: tokenprice, tokenprice

tokenprice_one model

...ONE price in USD...

columns: TIMESTAMP, TIMESTAMP columns: PRICE, PRICE Show -1 more
...{{ config( materialized='incremental', unique_key = 'timestamp', incrementa...
tags: tokenprice, tokenprice

stg_txs model

...Transactions from the Harmony chain shard 0. Duplicates have been removed....

columns: RECORD_ID, RECORD_ID columns: TX_ID, TX_ID columns: TX_BLOCK_INDEX, TX_BLOCK_INDEX Show 7 more
...{{ config( materialized='incremental', unique_key='tx_id', tags=['core', 't...
tags: core, core tags: transactions, transactions

logs model

...Harmony Logs...

columns: LOG_ID, LOG_ID columns: BLOCK_ID, BLOCK_ID columns: BLOCK_TIMESTAMP, BLOCK_TIMESTAMP Show 10 more
...{{ config( materialized='incremental', unique_key = 'log_id', tags=['core',...
tags: core, core tags: logs, logs

blocks model

...This table records all the blocks of Harmony blockchain....

columns: BLOCK_ID, BLOCK_ID columns: BLOCK_TIMESTAMP, BLOCK_TIMESTAMP columns: BLOCK_HASH, BLOCK_HASH Show 9 more
...{{ config( materialized='incremental', unique_key='block_id', tags=['core']...
tags: core, core

txs model

...This table records all the transactions of the Harmony blockchain....

columns: BLOCK_TIMESTAMP, BLOCK_TIMESTAMP columns: NONCE, NONCE columns: INDEX, INDEX Show 12 more
...{{ config( materialized = 'incremental', unique_key = 'tx_hash', tags = ['c...
tags: core, core

swaps model

...Harmony Swaps...

columns: BLOCK_TIMESTAMP, BLOCK_TIMESTAMP columns: LOG_ID, LOG_ID columns: TX_HASH, TX_HASH Show 13 more
...{{ config( materialized='incremental', unique_key='log_id', incremental_str...
tags: core, core tags: swaps, swaps

stg_blocks model

...Blocks from the Harmony chain shard 0. Duplicates have been removed....

columns: RECORD_ID, RECORD_ID columns: OFFSET_ID, OFFSET_ID columns: BLOCK_ID, BLOCK_ID Show 6 more
...{{ config( materialized='incremental', unique_key='block_id', tags=['core']...
tags: core, core

metric_miner_count model

...The distinct number of miners within a given period...

columns: METRIC_DATE, METRIC_DATE columns: METRIC_PERIOD, METRIC_PERIOD columns: MINER_COUNT, MINER_COUNT Show 0 more
...{{ config(materialized='table', tags=['metrics']) }} SELECT date_trunc('day...
tags: metrics, metrics

dfk_tokens seed

columns: TOKEN_ADDRESS, TOKEN_ADDRESS columns: TOKEN_NAME, TOKEN_NAME columns: TOKEN_SYMBOL, TOKEN_SYMBOL Show 1 more

dfk_dex_lp_labels seed

columns: POOL_ADDRESS, POOL_ADDRESS columns: POOL_NAME, POOL_NAME columns: TOKEN0, TOKEN0 Show 1 more

transfers model

...Harmony transfer events....

columns: LOG_ID, LOG_ID columns: BLOCK_ID, BLOCK_ID columns: TX_HASH, TX_HASH Show 5 more
...{{ config( materialized='incremental', unique_key= 'log_id', incremental_st...
tags: core, core

tokenprice_dfkgold model

...DFKGOLD price in USD...

columns: TIMESTAMP, TIMESTAMP columns: PRICE, PRICE Show -1 more
...{{ config( materialized='incremental', unique_key = 'timestamp', incrementa...
tags: tokenprice, tokenprice

liquidity_pools model

...Harmony Liquidity Pools...

columns: POOL_ADDRESS, POOL_ADDRESS columns: POOL_NAME, POOL_NAME columns: TOKEN0, TOKEN0 Show 1 more
...{{ config( materialized='table', unique_key='pool_address', tags=['core', '...
tags: core, core tags: liquidity_pools, liquidity_pools

dfk_item_to_gold seed

columns: CONTRACT_ADDRESS, CONTRACT_ADDRESS columns: NPC_VERSION, NPC_VERSION columns: GOLD, GOLD Show 0 more

tokenprice_jewel model

...JEWEL price in USD...

columns: TIMESTAMP, TIMESTAMP columns: PRICE, PRICE Show -1 more
...{{ config( materialized='incremental', unique_key = 'timestamp', incrementa...
tags: tokenprice, tokenprice

tokenprice_gaiatear model

...GAIATEAR price in USD...

columns: TIMESTAMP, TIMESTAMP columns: PRICE, PRICE Show -1 more
...{{ config( materialized='incremental', unique_key = 'timestamp', incrementa...
tags: tokenprice, tokenprice
Show 5 more