Skip to content

Commit

Permalink
Update 2b-create-a-project-dbt-cli.md
Browse files Browse the repository at this point in the history
the dbt debug command was quite outdated, and after researching this issue  dbt-labs/dbt-core#1733
I found the correct dbt debug should be dbt debug --project-dir=<path/to/project>
  • Loading branch information
sevkw authored Feb 17, 2022
1 parent fddcc14 commit 45b84fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/tutorial/2b-create-a-project-dbt-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jaffle_shop: # this needs to match the profile: in your dbt_project.yml file

4. Execute the debug command from your project to confirm that you can successfully connect
```shell-session
$ dbt debug
$ dbt debug --project-dir=<path/to/project>
```
Confirm that the last line of the output is `Connection test: OK connection ok`.

Expand Down

0 comments on commit 45b84fa

Please sign in to comment.