From d71d7171a63eb5c87af4b2c74d150daa255871fa Mon Sep 17 00:00:00 2001 From: Victor Rgez <52705438+victorrgez@users.noreply.github.com> Date: Sun, 26 Nov 2023 12:27:03 +0100 Subject: [PATCH] change version versionblock --- website/docs/reference/commands/init.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/reference/commands/init.md b/website/docs/reference/commands/init.md index 7c5448f7482..2f7be339e39 100644 --- a/website/docs/reference/commands/init.md +++ b/website/docs/reference/commands/init.md @@ -17,7 +17,7 @@ Then, it will: - Create a new folder with your project name and sample files, enough to get you started with dbt - Create a connection profile on your local machine. The default location is `~/.dbt/profiles.yml`. Read more in [configuring your profile](/docs/core/connect-data-platform/connection-profiles). - + When using `dbt init` to initialize your project, include the `--profile` flag to specify an existing `profiles.yml` as the `profile:` key to use instead of creating a new one. For example, `dbt init --profile profile_name`.