From 969ea263547a34d5c5fc5da1063ccb94cc6e98bc Mon Sep 17 00:00:00 2001 From: drethereum Date: Thu, 31 Oct 2024 16:21:15 -0600 Subject: [PATCH] docs --- models/__overview__.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/models/__overview__.md b/models/__overview__.md index 3428a11..430f616 100644 --- a/models/__overview__.md +++ b/models/__overview__.md @@ -16,7 +16,7 @@ There is more information on how to use dbt docs in the last section of this doc **Click on the links below to jump to the documentation for each schema.** -### Tables (.core) +### Core Tables (.core) **Dimension Tables:** - [dim_labels](https://flipsidecrypto.github.io/-models/#!/model/model.fsc_evm.core__dim_labels) @@ -27,6 +27,12 @@ There is more information on how to use dbt docs in the last section of this doc - [fact_transactions](https://flipsidecrypto.github.io/-models/#!/model/model.fsc_evm.core__fact_transactions) - [fact_traces](https://flipsidecrypto.github.io/-models/#!/model/model.fsc_evm.core__fact_traces) +### Price Tables (.price) +- [dim_asset_metadata](https://flipsidecrypto.github.io/-models/#!/model/model.fsc_evm.price__dim_asset_metadata) +- [fact_prices_ohlc_hourly](https://flipsidecrypto.github.io/-models/#!/model/model.fsc_evm.price__fact_prices_ohlc_hourly) +- [ez_asset_metadata](https://flipsidecrypto.github.io/-models/#!/model/model.fsc_evm.price__ez_asset_metadata) +- [ez_prices_hourly](https://flipsidecrypto.github.io/-models/#!/model/model.fsc_evm.price__ez_prices_hourly) + ## **Helpful User-Defined Functions (UDFs)** UDFs are custom functions built by the Flipside team that can be used in your queries to make your life easier.