From 29c0673b0d5ed2cb0a47a3d1e1e0a28895e2da40 Mon Sep 17 00:00:00 2001 From: Igor Lukanin Date: Thu, 5 Oct 2023 17:32:35 +0200 Subject: [PATCH] Update --- docs/docs-new/pages/guides/dbt.mdx | 2 +- docs/docs-new/pages/reference/python/cube_dbt.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs-new/pages/guides/dbt.mdx b/docs/docs-new/pages/guides/dbt.mdx index ca7622ce48324..8ddf8eea90896 100644 --- a/docs/docs-new/pages/guides/dbt.mdx +++ b/docs/docs-new/pages/guides/dbt.mdx @@ -4,7 +4,7 @@ users to transform the data in the data warehouse before bringing it to the semantic layer. -![](https://ucarecdn.com/5fe6b301-897a-4c9a-a536-0001f47015fa/dbtintegration2.png) + Usually, dbt projects are [focused][link-dbt-docs-structure] on creating staging and intermediate models and finally using them to define normalized diff --git a/docs/docs-new/pages/reference/python/cube_dbt.mdx b/docs/docs-new/pages/reference/python/cube_dbt.mdx index 74eb0005a77ca..5e04a077f0a00 100644 --- a/docs/docs-new/pages/reference/python/cube_dbt.mdx +++ b/docs/docs-new/pages/reference/python/cube_dbt.mdx @@ -5,7 +5,7 @@ on top of [dbt][link-dbt-docs] models. It provides convenient tools for loading the metadata of a dbt project, inspecting dbt models, and rendering them as [cubes][ref-cubes] in [YAML][ref-model-syntax]. -* Install [`cube_dbt`][link-cube-dbt-pypi] package from PyPi +* Install [`cube_dbt`][link-cube-dbt-pypi] package from PyPI * Check the source code in [`cube_dbt`][link-cube-dbt-repo] on GitHub * Submit issues to [`cube`][link-cube-repo-issues] on GitHub