hank_calzaretta
08/16/2021, 6:35 PMedgar_ramirez_mondragon
08/16/2021, 10:59 PMtarget-*
) you're using for your warehouse:
$ DBT_TARGET=postgres meltano invoke dbt docs generate
Running with dbt=0.20.1
Found 1 model, 0 tests, 0 snapshots, 0 analyses, 147 macros, 0 operations, 0 seed files, 4 sources, 0 exposures
17:55:27 | Concurrency: 4 threads (target='postgres')
17:55:27 |
17:55:28 | Done.
17:55:28 | Building catalog
17:55:28 | Catalog written to /Users/edgarramirez/Code/meltano-project/.meltano/transformers/dbt/target/catalog.json
$ DBT_TARGET=postgres meltano invoke dbt docs serve
Running with dbt=0.20.1
Serving docs at 0.0.0.0:8080
To access from your browser, navigate to: <http://localhost:8080>
Press Ctrl+C to exit.
127.0.0.1 - - [16/Aug/2021 17:55:38] "GET / HTTP/1.1" 200 -
127.0.0.1 - - [16/Aug/2021 17:55:38] "GET /manifest.json?cb=1629154538381 HTTP/1.1" 200 -
127.0.0.1 - - [16/Aug/2021 17:55:38] "GET /catalog.json?cb=1629154538381 HTTP/1.1" 200 -
hank_calzaretta
08/16/2021, 11:52 PM