From 0576173ac08a5556a997704672020b7e9075a4d2 Mon Sep 17 00:00:00 2001 From: mirnawong1 Date: Wed, 7 Aug 2024 17:56:44 +0100 Subject: [PATCH 1/4] add course snippet --- website/docs/docs/collaborate/column-level-lineage.md | 3 +++ website/docs/docs/collaborate/explore-multiple-projects.md | 3 +++ website/docs/docs/collaborate/explore-projects.md | 3 +++ website/docs/docs/collaborate/model-performance.md | 3 +++ website/docs/docs/collaborate/project-recommendations.md | 3 +++ website/snippets/_explorer-course-link.md | 3 +++ 6 files changed, 18 insertions(+) create mode 100644 website/snippets/_explorer-course-link.md diff --git a/website/docs/docs/collaborate/column-level-lineage.md b/website/docs/docs/collaborate/column-level-lineage.md index 94c1c7f1a7a..daf15e396a9 100644 --- a/website/docs/docs/collaborate/column-level-lineage.md +++ b/website/docs/docs/collaborate/column-level-lineage.md @@ -9,6 +9,9 @@ CLL is available to dbt Cloud Enterprise accounts that can use Explorer. +import ExplorerCourse from '/snippets/_explorer-course-link.md'; + + ## Access the column-level lineage There is no additional setup required for CLL if your account is on an Enterprise plan that can use Explorer. You can access the CLL by expanding the column card in the **Columns** tab of an Explorer [resource details page](/docs/collaborate/explore-projects#view-resource-details) for a model, source, or snapshot. diff --git a/website/docs/docs/collaborate/explore-multiple-projects.md b/website/docs/docs/collaborate/explore-multiple-projects.md index 125d284a9a5..2312c0fecf3 100644 --- a/website/docs/docs/collaborate/explore-multiple-projects.md +++ b/website/docs/docs/collaborate/explore-multiple-projects.md @@ -6,6 +6,9 @@ description: "Learn about project-level lineage in dbt Explorer and its uses." View all the projects and public models in your account (where public models are defined) and gain a better understanding of your cross-project resources and how they're used. +import ExplorerCourse from '/snippets/_explorer-course-link.md'; + + The resource-level lineage graph for a project displays the cross-project relationships in the DAG, with a **PRJ** icon indicating whether or not it's a project resource. That icon is located to the left side of the node name. To view the project-level lineage graph, click the **View lineage** icon in the upper right corner from the main overview page: diff --git a/website/docs/docs/collaborate/explore-projects.md b/website/docs/docs/collaborate/explore-projects.md index a0a18d43b2f..bed5cfd18e9 100644 --- a/website/docs/docs/collaborate/explore-projects.md +++ b/website/docs/docs/collaborate/explore-projects.md @@ -8,6 +8,9 @@ pagination_prev: null With dbt Explorer, you can view your project's [resources](/docs/build/projects) (such as models, tests, and metrics) and their lineage to gain a better understanding of its latest production state. Navigate and manage your projects within dbt Cloud to help you and other data developers, analysts, and consumers discover and leverage your dbt resources. +import ExplorerCourse from '/snippets/_explorer-course-link.md'; + + ## Prerequisites - You have a dbt Cloud account on the [Team or Enterprise plan](https://www.getdbt.com/pricing/). diff --git a/website/docs/docs/collaborate/model-performance.md b/website/docs/docs/collaborate/model-performance.md index 0175c5bd0e4..7d0b6b9b4d7 100644 --- a/website/docs/docs/collaborate/model-performance.md +++ b/website/docs/docs/collaborate/model-performance.md @@ -8,6 +8,9 @@ dbt Explorer provides metadata on dbt Cloud runs for in-depth model performance +import ExplorerCourse from '/snippets/_explorer-course-link.md'; + + ## The Performance overview page You can pinpoint areas for performance enhancement by using the Performance overview page. This page presents a comprehensive analysis across all project models and displays the longest-running models, those most frequently executed, and the ones with the highest failure rates during runs/tests. Data can be segmented by environment and job type which can offer insights into: diff --git a/website/docs/docs/collaborate/project-recommendations.md b/website/docs/docs/collaborate/project-recommendations.md index 369076d9d97..6b8b6c573ff 100644 --- a/website/docs/docs/collaborate/project-recommendations.md +++ b/website/docs/docs/collaborate/project-recommendations.md @@ -10,6 +10,9 @@ dbt Explorer provides recommendations about your project from the `dbt_project_e - These recommendations provide insight into how you can create a better-documented, better-tested, and better-built dbt project, creating more trust and less confusion. - For a seamless and consistent experience, recommendations use `dbt_project_evaluator`'s pre-defined settings and don't import customizations applied to your package or project. +import ExplorerCourse from '/snippets/_explorer-course-link.md'; + + ## Recommendations page The Recommendations overview page includes two top-level metrics measuring the test and documentation coverage of the models in your project. diff --git a/website/snippets/_explorer-course-link.md b/website/snippets/_explorer-course-link.md new file mode 100644 index 00000000000..5c4aae13985 --- /dev/null +++ b/website/snippets/_explorer-course-link.md @@ -0,0 +1,3 @@ +:::info On-demand learning for dbt Explorer +If you enjoy video courses, check out our [dbt Explorer on-demand course](https://learn.getdbt.com/learn/course/dbt-explorer) and learn how to explore your dbt project(s)! +::: From ad175eb7e9dcd5c8f5ab5c9cccd8b79e9ce7e173 Mon Sep 17 00:00:00 2001 From: mirnawong1 Date: Wed, 7 Aug 2024 17:58:42 +0100 Subject: [PATCH 2/4] add --- website/snippets/_explorer-course-link.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/snippets/_explorer-course-link.md b/website/snippets/_explorer-course-link.md index 5c4aae13985..ee4f9ee5cfc 100644 --- a/website/snippets/_explorer-course-link.md +++ b/website/snippets/_explorer-course-link.md @@ -1,3 +1,3 @@ -:::info On-demand learning for dbt Explorer -If you enjoy video courses, check out our [dbt Explorer on-demand course](https://learn.getdbt.com/learn/course/dbt-explorer) and learn how to explore your dbt project(s)! +:::info dbt Explorer on-demand learning +If you enjoy video courses, check out our [dbt Explorer on-demand course](https://learn.getdbt.com/learn/course/dbt-explorer) and learn how to best explore your dbt project(s)! ::: From 21787482b797e9048f73741f7b445b78ff10245e Mon Sep 17 00:00:00 2001 From: mirnawong1 Date: Wed, 7 Aug 2024 18:07:57 +0100 Subject: [PATCH 3/4] update --- website/docs/docs/collaborate/column-level-lineage.md | 3 ++- website/docs/docs/collaborate/explore-multiple-projects.md | 3 ++- website/docs/docs/collaborate/explore-projects.md | 3 ++- website/docs/docs/collaborate/model-performance.md | 3 ++- website/docs/docs/collaborate/project-recommendations.md | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/website/docs/docs/collaborate/column-level-lineage.md b/website/docs/docs/collaborate/column-level-lineage.md index daf15e396a9..8c7116f2a18 100644 --- a/website/docs/docs/collaborate/column-level-lineage.md +++ b/website/docs/docs/collaborate/column-level-lineage.md @@ -10,7 +10,8 @@ CLL is available to dbt Cloud Enterprise accounts that can use Explorer. import ExplorerCourse from '/snippets/_explorer-course-link.md'; - + + ## Access the column-level lineage diff --git a/website/docs/docs/collaborate/explore-multiple-projects.md b/website/docs/docs/collaborate/explore-multiple-projects.md index 2312c0fecf3..b15e133a49e 100644 --- a/website/docs/docs/collaborate/explore-multiple-projects.md +++ b/website/docs/docs/collaborate/explore-multiple-projects.md @@ -7,7 +7,8 @@ description: "Learn about project-level lineage in dbt Explorer and its uses." View all the projects and public models in your account (where public models are defined) and gain a better understanding of your cross-project resources and how they're used. import ExplorerCourse from '/snippets/_explorer-course-link.md'; - + + The resource-level lineage graph for a project displays the cross-project relationships in the DAG, with a **PRJ** icon indicating whether or not it's a project resource. That icon is located to the left side of the node name. diff --git a/website/docs/docs/collaborate/explore-projects.md b/website/docs/docs/collaborate/explore-projects.md index bed5cfd18e9..2c4646fa4d4 100644 --- a/website/docs/docs/collaborate/explore-projects.md +++ b/website/docs/docs/collaborate/explore-projects.md @@ -9,7 +9,8 @@ pagination_prev: null With dbt Explorer, you can view your project's [resources](/docs/build/projects) (such as models, tests, and metrics) and their lineage to gain a better understanding of its latest production state. Navigate and manage your projects within dbt Cloud to help you and other data developers, analysts, and consumers discover and leverage your dbt resources. import ExplorerCourse from '/snippets/_explorer-course-link.md'; - + + ## Prerequisites diff --git a/website/docs/docs/collaborate/model-performance.md b/website/docs/docs/collaborate/model-performance.md index 7d0b6b9b4d7..bfbc50b8cbe 100644 --- a/website/docs/docs/collaborate/model-performance.md +++ b/website/docs/docs/collaborate/model-performance.md @@ -9,7 +9,8 @@ dbt Explorer provides metadata on dbt Cloud runs for in-depth model performance import ExplorerCourse from '/snippets/_explorer-course-link.md'; - + + ## The Performance overview page diff --git a/website/docs/docs/collaborate/project-recommendations.md b/website/docs/docs/collaborate/project-recommendations.md index 6b8b6c573ff..12007c6b88b 100644 --- a/website/docs/docs/collaborate/project-recommendations.md +++ b/website/docs/docs/collaborate/project-recommendations.md @@ -11,7 +11,8 @@ dbt Explorer provides recommendations about your project from the `dbt_project_e - For a seamless and consistent experience, recommendations use `dbt_project_evaluator`'s pre-defined settings and don't import customizations applied to your package or project. import ExplorerCourse from '/snippets/_explorer-course-link.md'; - + + ## Recommendations page The Recommendations overview page includes two top-level metrics measuring the test and documentation coverage of the models in your project. From e23534f98e98151f59333421d383b2f4024eab9a Mon Sep 17 00:00:00 2001 From: mirnawong1 Date: Wed, 7 Aug 2024 18:14:42 +0100 Subject: [PATCH 4/4] remove dbt as its capitalized --- website/snippets/_explorer-course-link.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/snippets/_explorer-course-link.md b/website/snippets/_explorer-course-link.md index ee4f9ee5cfc..406618b200b 100644 --- a/website/snippets/_explorer-course-link.md +++ b/website/snippets/_explorer-course-link.md @@ -1,3 +1,3 @@ -:::info dbt Explorer on-demand learning +:::info On-demand learning If you enjoy video courses, check out our [dbt Explorer on-demand course](https://learn.getdbt.com/learn/course/dbt-explorer) and learn how to best explore your dbt project(s)! :::