Skip to content

Commit 335d079

Browse files
docs: add rollup join recipe for FX rates with mixed refresh cadences (#10906)
* docs: add rollup join recipe for FX rates with mixed refresh cadences * docs: default refresh_key cadence to 1 hour in FX rates recipe * docs: add sample base table data and switch refresh cadence to 1 day * docs: refresh FX rates rollup hourly to match recipe narrative * docs: add FX rates rollup join card to recipes home * docs: generalize rollup join recipe to mixed refresh cadences pattern * docs: update rollup_join warnings with Cube Store partition limits * docs: remove unfinalized partition sizing details from rollup_join warnings --------- Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
1 parent 2041f48 commit 335d079

4 files changed

Lines changed: 397 additions & 6 deletions

File tree

docs-mintlify/docs.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,8 @@
633633
"recipes/pre-aggregations/disabling-pre-aggregations",
634634
"recipes/pre-aggregations/using-originalsql-and-rollups-effectively",
635635
"recipes/pre-aggregations/refreshing-select-partitions",
636-
"recipes/pre-aggregations/joining-multiple-data-sources"
636+
"recipes/pre-aggregations/joining-multiple-data-sources",
637+
"recipes/pre-aggregations/mixed-refresh-cadences-rollup-join"
637638
]
638639
},
639640
{

docs-mintlify/recipes/index.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ pre-aggregations, configuration, APIs, and AI.
108108
<Card title="Multiple data sources" icon="topology-ring-2" href="/recipes/pre-aggregations/joining-multiple-data-sources">
109109
Join data from different warehouses with cross-database rollup joins.
110110
</Card>
111+
<Card title="Mixed refresh cadences" icon="clock-rotate-left" href="/recipes/pre-aggregations/mixed-refresh-cadences-rollup-join">
112+
Combine a slow-changing fact rollup with a frequently-refreshed lookup rollup using a rollup join.
113+
</Card>
111114
</CardGroup>
112115

113116
## Configuration

0 commit comments

Comments
 (0)