From b08c1a902781d74206a5921ccec8b1157ddd2ee9 Mon Sep 17 00:00:00 2001 From: Pablo Martin Date: Thu, 18 Jan 2024 10:59:12 +0100 Subject: [PATCH] Readme --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..33392b3 --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +# DWH dbt project + +Welcome to the dbt project for our DWH. + +## Prepare your environment + +- Requirements + - You should either use a pure Linux env, work on macOS or use WSL2. + - You will need Python >=3.10 and `poetry` installed. +- Clone this repository and checkout the `master` branch. + + +## Branching strategy + +#TODO + + +## Deploying changes in DWH + +#TODO + + +## Initial setup + +- dbt init +- Set up profiles.yaml \ No newline at end of file