Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions get-started/setup-lightdash/connect-project.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ We currently support:

<Card title="ClickHouse" icon="container-storage" href="#clickhouse" />

<Card title="DuckDB" icon="database" href="#duckdb" />
<Card title="MotherDuck" icon="database" href="#motherduck" />

<Card title="Athena" icon="aws" href="#athena" />

Expand Down Expand Up @@ -704,7 +704,8 @@ This controls what day is the start of the week in Lightdash. `Auto` sets it to

***

### DuckDB
<a id="duckdb"></a>
### MotherDuck

Lightdash supports DuckDB project connections through [MotherDuck](https://motherduck.com/).

Expand Down Expand Up @@ -736,7 +737,7 @@ This controls what day is the start of the week in Lightdash. `Auto` sets it to

##### dbt version

DuckDB connections in Lightdash require dbt `v1.8` or later.
MotherDuck connections in Lightdash require dbt `v1.8` or later.

If you work with dbt locally, your `profiles.yml` should look similar to this:

Expand Down
Loading