Skip to content

Commit

Permalink
change version versionblock
Browse files Browse the repository at this point in the history
  • Loading branch information
victorrgez authored Nov 26, 2023
1 parent 68626d1 commit d71d717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/reference/commands/init.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

<VersionBlock firstVersion="1.7">
<VersionBlock firstVersion="1.8">

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`.

Expand Down

0 comments on commit d71d717

Please sign in to comment.