From b8f46629adb736ab420e908436b1260e7c0e5004 Mon Sep 17 00:00:00 2001 From: Jerry Yang <40589259+JunqiYangjqy@users.noreply.github.com> Date: Tue, 1 Apr 2025 16:23:15 +1300 Subject: [PATCH] Update dbt integration doc init command to avoid example project init error --- docs/integrations/dbt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/dbt.md b/docs/integrations/dbt.md index bd1fa9a7f1..88ddafebff 100644 --- a/docs/integrations/dbt.md +++ b/docs/integrations/dbt.md @@ -41,7 +41,7 @@ Learn more about [SQLMesh installation and extras here](../installation.md#insta 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: ```bash -$ sqlmesh init -t dbt +$ sqlmesh init -t dbt # e.g. sqlmesh init -t dbt snowflake ``` SQLMesh will use the data warehouse connection target in your dbt project `profiles.yml` file. The target can be changed at any time.