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: