Skip to content

Commit 5a8d7f9

Browse files
committed
dbt: Implement suggestions by CodeRabbit
1 parent 9e7425c commit 5a8d7f9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/integrate/dbt/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ such as modularity, portability, CI/CD, and documentation.
3131

3232
::::{grid-item}
3333
:columns: 5
34-
![](https://www.getdbt.com/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fwl0ndo6t%2Fmain%2Fcd8cba01b3f756a3a7ed194e6e2d6a4072fac194-1220x1200.png%3Ffit%3Dmax%26auto%3Dformat&w=640&q=75){h=120px}
35-
![](https://www.getdbt.com/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fwl0ndo6t%2Fmain%2F58b87e47c2aed57fde9ccd49c927c3dff5b57d3c-1466x1130.png%3Ffit%3Dmax%26auto%3Dformat&w=640&q=75){h=120px}
34+
![dbt workflow illustration 1](https://www.getdbt.com/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fwl0ndo6t%2Fmain%2Fcd8cba01b3f756a3a7ed194e6e2d6a4072fac194-1220x1200.png%3Ffit%3Dmax%26auto%3Dformat&w=640&q=75){h=120px}
35+
![dbt workflow illustration 2](https://www.getdbt.com/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fwl0ndo6t%2Fmain%2F58b87e47c2aed57fde9ccd49c927c3dff5b57d3c-1466x1130.png%3Ffit%3Dmax%26auto%3Dformat&w=640&q=75){h=120px}
3636
::::
3737

3838
:::::
@@ -49,7 +49,7 @@ pipelines.
4949
The idea is that data engineers make source data available to an environment where
5050
dbt projects run, for example with {ref}`debezium` or with {ref}`airflow`.
5151
Afterwards, data analysts can run their dbt projects against this data to produce models
52-
(tables and views) that can be used with a number of [BI tools](#bi-tools).
52+
(tables and views) that can be used with a number of {ref}`bi` applications.
5353

5454
:::{rubric} Features
5555
:::
@@ -108,9 +108,9 @@ pip install --upgrade 'dbt-cratedb2'
108108
```
109109

110110
## Configure
111+
111112
Because CrateDB is compatible with PostgreSQL, the same connectivity
112-
options apply like outlined on the [dbt Postgres Setup] documentation
113-
page.
113+
options apply, as outlined in the [dbt Postgres Setup] documentation.
114114

115115
The dbt connection profile settings for CrateDB stored in [`profiles.yml`]
116116
are identical with PostgreSQL.
@@ -216,7 +216,7 @@ These dbt features have been tested successfully:
216216
* [dbt source freshness](https://docs.getdbt.com/docs/deploy/source-freshness)
217217
* [dbt test](https://docs.getdbt.com/docs/build/tests)
218218
* [dbt seed](https://docs.getdbt.com/docs/build/seeds)
219-
* [Incremental materializations](https://docs.getdbt.com/docs/build/incremental-models) (with `incremental_strategy='delete+insert'` and without involving [OBJECT](https://crate.io/docs/crate/reference/en/5.4/general/ddl/data-types.html#objects) columns)
219+
* [Incremental materializations](https://docs.getdbt.com/docs/build/incremental-models) (with `incremental_strategy='delete+insert'` and without involving {ref}`crate-reference:type-object` columns)
220220

221221
We hope you find this useful. CrateDB is continuously adding new features and we will be very happy to hear about your experience using CrateDB with dbt.
222222

0 commit comments

Comments
 (0)