From 1def6ffcacc6655178f10021a13c11f1417b950a Mon Sep 17 00:00:00 2001 From: mirnawong1 Date: Mon, 5 Feb 2024 19:18:17 +0000 Subject: [PATCH] tweaks --- .../docs/docs/build/metricflow-commands.md | 6 +-- website/docs/docs/build/saved-queries.md | 15 +++--- .../docs/docs/dbt-cloud-apis/sl-graphql.md | 10 ++-- website/docs/docs/dbt-cloud-apis/sl-jdbc.md | 6 +-- .../release-notes/72-Feb-2024/exports-rn.md | 16 ++++++ .../73-Jan-2024/jan-sl-updates.md | 2 +- .../docs/docs/deploy/deployment-overview.md | 2 +- .../avail-sl-integrations.md | 10 ++-- .../docs/use-dbt-semantic-layer/dbt-sl.md | 2 +- .../docs/use-dbt-semantic-layer/exports.md | 54 +++++++++++-------- .../docs/use-dbt-semantic-layer/tableau.md | 4 +- .../guides/sl-partner-integration-guide.md | 6 +-- website/snippets/_sl-connect-and-query-api.md | 4 +- 13 files changed, 82 insertions(+), 55 deletions(-) create mode 100644 website/docs/docs/dbt-versions/release-notes/72-Feb-2024/exports-rn.md diff --git a/website/docs/docs/build/metricflow-commands.md b/website/docs/docs/build/metricflow-commands.md index b26b9c14139..b78d1033a04 100644 --- a/website/docs/docs/build/metricflow-commands.md +++ b/website/docs/docs/build/metricflow-commands.md @@ -75,7 +75,7 @@ You can use the `dbt sl` prefix before the command name to execute them in the d - [`list dimensions`](#list) — Lists unique dimensions for metrics. - [`list dimension-values`](#list-dimension-values) — List dimensions with metrics. - [`list entities`](#list-entities) — Lists all unique entities. -- [`query`](#query) — Query metrics, saved queries, and dimensions you want to see in the command line interface. Refer to [query examples](#query-examples) to help you get started. +- [`query`](#query) — Query metrics, Saved Queries, and dimensions you want to see in the command line interface. Refer to [query examples](#query-examples) to help you get started.