Skip to content

Commit 326dc98

Browse files
authored
Chore: Update dbt integration doc sqlmesh init command to avoid init error (#4066)
1 parent 6350d24 commit 326dc98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/integrations/dbt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Learn more about [SQLMesh installation and extras here](../installation.md#insta
4141
Prepare an existing dbt project to be run by SQLMesh by executing the `sqlmesh init` command *within the dbt project root directory* and with the `dbt` template option:
4242

4343
```bash
44-
$ sqlmesh init -t dbt
44+
$ sqlmesh init -t dbt <dialect> # e.g. sqlmesh init -t dbt snowflake
4545
```
4646

4747
SQLMesh will use the data warehouse connection target in your dbt project `profiles.yml` file. The target can be changed at any time.

0 commit comments

Comments
 (0)