Skip to content

Commit

Permalink
docs: part3 getting started guide dbt initialize section (meltano#7783)
Browse files Browse the repository at this point in the history
docs part3 gsg initalize dbt got removed by accident
  • Loading branch information
pnadolny13 committed Jun 12, 2023
1 parent 45d18e7 commit 7beae39
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/src/_getting-started/part3.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,21 @@ Installed 1/1 plugins

</div>

## Initialize dbt

Next you can run the `initialize` command to have the transformer utility populate the project scaffold for dbt.

<div class="termy">

```console
$ meltano invoke dbt-postgres:initialize
2022-09-22T07:36:52.985090Z [info ] Environment 'dev' is active
creating dbt profiles directory path=PosixPath('/[...]/my-meltano-project/transform/profiles/postgres')
dbt initialized dbt_ext_type=postgres dbt_profiles_dir=PosixPath('/[...]/my-meltano-project/transform/profiles/postgres') dbt_project_dir=PosixPath('/[...]/my-meltano-project/transform')
```

</div>

<br />
You can verify that this worked by viewing that the `transform` directory is newly populated with dbt configuration files.

Expand Down

0 comments on commit 7beae39

Please sign in to comment.