From f6912547b3065136b637f3baa36aece1f3cee489 Mon Sep 17 00:00:00 2001 From: Pablo Martin Date: Fri, 2 Feb 2024 16:31:45 +0100 Subject: [PATCH] small docs details --- README.md | 2 +- profiles.yml.example | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a9b7d92..85f0961 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Welcome to Superhog's DWH dbt project. Here we model the entire DWH. - The current recommended route is to use the data VPN. You can ask Pablo to help you set it up. - Set up - Create a virtual environment for the project with `python3 -m venv venv`. - - Activate the virtual environment and run `pip install requirements.txt` + - Activate the virtual environment and run `pip install -r requirements.txt` - Create an entry for this project `profiles.yml` file at `~/.dbt/profiles.yml`. You have a suggested template at `profiles.yml.example` - Make sure that the `profiles.yml` host and port settings are consistent with whatever networking approach you've taken. - Check diff --git a/profiles.yml.example b/profiles.yml.example index 087342c..6536175 100644 --- a/profiles.yml.example +++ b/profiles.yml.example @@ -2,7 +2,7 @@ dwh_dbt: outputs: dev: dbname: dwh - host: localhost + host: user: pass: port: @@ -12,7 +12,7 @@ dwh_dbt: prd: dbname: dwh - host: localhost + host: user: pass: port: