From 803d53445f8fb65564c324d929d5fb2e01f24c54 Mon Sep 17 00:00:00 2001 From: Janet <30886488+jkhwu@users.noreply.github.com> Date: Fri, 1 Nov 2024 10:47:56 -0700 Subject: [PATCH] Update multiple-olap.md Updated the bottom section to refer to metrics views rather than rill.yaml and dashboards --- docs/docs/reference/olap-engines/multiple-olap.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docs/reference/olap-engines/multiple-olap.md b/docs/docs/reference/olap-engines/multiple-olap.md index 1f2e559bdc0..202e5f16f04 100644 --- a/docs/docs/reference/olap-engines/multiple-olap.md +++ b/docs/docs/reference/olap-engines/multiple-olap.md @@ -67,14 +67,14 @@ For more information about available configurations for `rill.yaml`, please see ::: -### Setting the OLAP Engine in the dashboard YAML +### Setting the OLAP Engine in the metrics view YAML -For each dashboard that is using a separate OLAP engine (than the default), you'll want to set the `connector` and `table` properties in the underlying [dashboard YAML](../project-files/explore-dashboards.md) configuration to the OLAP engine and corresponding [external table](../../concepts/OLAP#external-olap-tables) that exists in your OLAP store respectively. +For each metrics view that is using a separate OLAP engine (than the default), you'll want to set the `connector` and `table` properties in the underlying [metrics view YAML](../project-files/metrics-view.md) configuration to the OLAP engine and corresponding [external table](../../concepts/OLAP#external-olap-tables) that exists in your OLAP store respectively. ```yaml type: metrics_view -title: +title: connector: table: ... -``` \ No newline at end of file +```