Merge pull request #12 from FlipsideCrypto/edit-overview

edited overview file
This commit is contained in:
Mike Stepanovic 2024-11-18 15:52:50 -07:00 committed by GitHub
commit 11d6746096
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,10 +30,21 @@ There is more information on how to use dbt docs in the last section of this doc
- [core.fact_transitions](https://flipsidecrypto.github.io/aleo-models/#!/model/model.aleo_models.core__fact_transitions)
- [core.fact_transfers](https://flipsidecrypto.github.io/aleo-models/#!/model/model.aleo_models.core__fact_transfers)
### Price Tables (`aleo`.`PRICE`.`<table_name>`)
**Dimension Tables:**
- [price.dim_asset_metadata](https://flipsidecrypto.github.io/aleo-models/#!/model/model.aleo_models.price__dim_asset_metadata)
**Fact Tables:**
- [price.fact_prices_ohlc_hourly](https://flipsidecrypto.github.io/aleo-models/#!/model/model.aleo_models.price__fact_prices_ohlc_hourly)
**Convenience Tables:**
More to come.
- [price.ez_asset_metadata](https://flipsidecrypto.github.io/aleo-models/#!/model/model.aleo_models.price__ez_asset_metadata)
- [price.ez_prices_hourly](https://flipsidecrypto.github.io/aleo-models/#!/model/model.aleo_models.price__ez_prices_hourly)
### Stats Tables (`aleo`.`STATS`.`<table_name>`)
- [stats.ez_core_metrics_hourly](https://flipsidecrypto.github.io/aleo-models/#!/model/model.aleo_models.stats__ez_core_metrics_hourly)
## **Data Model Overview**