Skip to content

Commit 3a2d83a

Browse files
authored
docs: Update dbt diagram (#7196)
1 parent d07ce8b commit 3a2d83a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/docs-new/pages/guides/dbt.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
users to transform the data in the data warehouse before bringing it to the
55
semantic layer.
66

7-
![](https://ucarecdn.com/5fe6b301-897a-4c9a-a536-0001f47015fa/dbtintegration2.png)
7+
<Diagram src="https://ucarecdn.com/f8613c74-a1df-449d-94a3-ad1026468e05/"/>
88

99
Usually, dbt projects are [focused][link-dbt-docs-structure] on creating
1010
staging and intermediate models and finally using them to define normalized

docs/docs-new/pages/reference/python/cube_dbt.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on top of [dbt][link-dbt-docs] models. It provides convenient tools for
55
loading the metadata of a dbt project, inspecting dbt models, and rendering
66
them as [cubes][ref-cubes] in [YAML][ref-model-syntax].
77

8-
* Install [`cube_dbt`][link-cube-dbt-pypi] package from PyPi
8+
* Install [`cube_dbt`][link-cube-dbt-pypi] package from PyPI
99
* Check the source code in [`cube_dbt`][link-cube-dbt-repo] on GitHub
1010
* Submit issues to [`cube`][link-cube-repo-issues] on GitHub
1111

0 commit comments

Comments
 (0)