[497] Fee stats analytics: developer docs refresh - #2313
Conversation
|
Preview is available here: |
|
Still need to verify all datatypes are correct - and that dbt docs links are accurate. |
|
Preview is available here: |
1 similar comment
|
Preview is available here: |
There was a problem hiding this comment.
Pull request overview
Refreshes the developer/analyst documentation around fee stats analytics by adding docs for the new aggregated fee models and updating query examples to use them.
Changes:
- Add new Gold data dictionary pages for
daily_fee_stats_aggandledger_fee_stats_agg. - Update the “Fee Stats” analyst guide section to note the deprecation of
fee_stats_aggand provide new query examples. - Register the new docs routes in
routes.txt.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| routes.txt | Adds routes for the new Gold data dictionary pages so they’re discoverable in the docs site. |
| docs/data/analytics/hubble/data-catalog/data-dictionary/gold/daily-fee-stats-agg.mdx | New data dictionary entry documenting the daily-grain fee stats aggregate. |
| docs/data/analytics/hubble/data-catalog/data-dictionary/gold/ledger-fee-stats-agg.mdx | New data dictionary entry documenting the ledger-grain fee stats aggregate. |
| docs/data/analytics/hubble/analyst-guide/queries-for-horizon-like-data.mdx | Replaces deprecated fee_stats_agg example with daily + ledger-level fee stats examples and adds a deprecation note. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
7c92d2e to
57e5273
Compare
|
Preview is available here: |
1 similar comment
|
Preview is available here: |
* [497] Fee stats analytics: developer docs refresh * Added TODO to verify dbt docs links, updated routes * Remove TODOs, docs are verified
Summary
Updated the Fee Stats section in the Hubble analyst guide to reflect the deprecation of fee_stats_agg and added example queries for the two replacement models: ledger_fee_stats_agg (ledger-grain) and daily_fee_stats_agg (daily-grain)
Created data dictionary pages for both new models with full column descriptions, data types, and table metadata
Updated routes.txt with the new page routes
Context
The fee_stats_agg model is being deprecated in favor of two new models that provide significantly more granular fee analytics:
The existing fee_stats_agg page is preserved since the model has not been fully removed yet.