Skip to content

Commit

Permalink
docs: Update links to export bucket info (#7694)
Browse files Browse the repository at this point in the history
Export bucket information linked to DB setup pages. They should link to the export bucket headers on those pages.
  • Loading branch information
morgan-at-cube authored Feb 2, 2024
1 parent 4b40688 commit 24ec9e6
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions docs/pages/product/caching/using-pre-aggregations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -886,10 +886,10 @@ Cube Store in parallel:
Enabling the export bucket functionality requires extra configuration; please
refer to the database-specific documentation for more details:

- [AWS Athena][ref-connect-db-athena]
- [AWS Redshift][ref-connect-db-redshift]
- [BigQuery][ref-connect-db-bigquery]
- [Snowflake][ref-connect-db-snowflake]
- [AWS Athena][ref-export-athena]
- [AWS Redshift][ref-export-redshift]
- [BigQuery][ref-export-bigquery]
- [Snowflake][ref-export-snowflake]

When using cloud storage, it is important to correctly configure any data
retention policies to clean up the data in the export bucket as Cube does not
Expand All @@ -916,6 +916,10 @@ please [let us know](https://cube.dev/contact) if you are interested in early
access to any of these drivers or would like Cube to support any other SQL
streaming engine.

[ref-export-athena]: /product/configuration/data-sources/aws-athena#export-bucket
[ref-export-redshift]: /product/configuration/data-sources/aws-redshift#export-bucket
[ref-export-bigquery]: /product/configuration/data-sources/google-bigquery#export-bucket
[ref-export-snowflake]: /product/configuration/data-sources/snowflake#export-bucket
[ref-caching-in-mem-default-refresh-key]: /product/caching#default-refresh-keys
[ref-config-db]: /product/configuration/data-sources
[ref-config-driverfactory]: /reference/configuration/config#driverfactory
Expand Down

0 comments on commit 24ec9e6

Please sign in to comment.