From da88a2b811eccc9445d59bce01d492c7093fdd46 Mon Sep 17 00:00:00 2001 From: mirnawong1 Date: Fri, 6 Sep 2024 14:14:10 +0100 Subject: [PATCH 1/2] fix pagination --- website/docs/docs/use-dbt-semantic-layer/setup-sl.md | 2 ++ website/docs/docs/use-dbt-semantic-layer/sl-architecture.md | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/docs/use-dbt-semantic-layer/setup-sl.md b/website/docs/docs/use-dbt-semantic-layer/setup-sl.md index 4f1519280c4..3dfa7f3aa7d 100644 --- a/website/docs/docs/use-dbt-semantic-layer/setup-sl.md +++ b/website/docs/docs/use-dbt-semantic-layer/setup-sl.md @@ -4,6 +4,8 @@ id: setup-sl description: "Seamlessly set up the dbt Semantic Layer in dbt Cloud using intuitive navigation." sidebar_label: "Set up the Semantic Layer" tags: [Semantic Layer] +pagination_next: "docs/use-dbt-semantic-layer/sl-architecture" +pagination_prev: "guides/sl-snowflake-qs" --- With the dbt Semantic Layer, you can centrally define business metrics, reduce code duplication and inconsistency, create self-service in downstream tools, and more. diff --git a/website/docs/docs/use-dbt-semantic-layer/sl-architecture.md b/website/docs/docs/use-dbt-semantic-layer/sl-architecture.md index ef85a92a338..9239275ebdf 100644 --- a/website/docs/docs/use-dbt-semantic-layer/sl-architecture.md +++ b/website/docs/docs/use-dbt-semantic-layer/sl-architecture.md @@ -4,8 +4,6 @@ id: sl-architecture description: "dbt Semantic Layer product architecture and related questions." sidebar_label: "Semantic Layer architecture" tags: [Semantic Layer] -pagination_next: "docs/use-dbt-semantic-layer/setup-sl" -pagination_prev: "guides/sl-snowflake-qs" --- The dbt Semantic Layer allows you to define metrics and use various interfaces to query them. The Semantic Layer does the heavy lifting to find where the queried data exists in your data platform and generates the SQL to make the request (including performing joins). From 8b710c38100f52b6190a4a6dbdc0554e637a46f8 Mon Sep 17 00:00:00 2001 From: xtyuns Date: Fri, 6 Sep 2024 21:27:55 +0800 Subject: [PATCH 2/2] correct github repository (#6026) ## What are you changing in this pull request and why? ## Checklist - [x] I have reviewed the [Content style guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md) so my content adheres to these guidelines. - [x] The topic I'm writing about is for specific dbt version(s) and I have versioned it according to the [version a whole page](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#adding-a-new-version) and/or [version a block of content](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#versioning-blocks-of-content) guidelines. - [x] I have added checklist item(s) to this list for anything anything that needs to happen before this PR is merged, such as "needs technical review" or "change base branch." Co-authored-by: Mirna Wong <89008547+mirnawong1@users.noreply.github.com> --- website/docs/docs/core/connect-data-platform/postgres-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/core/connect-data-platform/postgres-setup.md b/website/docs/docs/core/connect-data-platform/postgres-setup.md index 7720e82844d..b6f34a00e0b 100644 --- a/website/docs/docs/core/connect-data-platform/postgres-setup.md +++ b/website/docs/docs/core/connect-data-platform/postgres-setup.md @@ -5,7 +5,7 @@ id: "postgres-setup" meta: maintained_by: dbt Labs authors: 'core dbt maintainers' - github_repo: 'dbt-labs/dbt-core' + github_repo: 'dbt-labs/dbt-postgres' pypi_package: 'dbt-postgres' min_core_version: 'v0.4.0' cloud_support: Supported