Repository that contains all dbt packages created by Brocoli Data
dbt project name & link | Description of the project |
---|---|
adventure works | Adventure Works demo data |
currencies | Currencies rate compared to Moroccan Dirham |
freight | Shipping Container Price Index |
fuel | Fuel prices in Casablanca, Morocco |
- Make a copy of .env.example named .env both in the root folder and /docker_build then replace dummy values with yours in both files
- Add your credential file in
credentials
folder (rename the file togoogle_credentials.json
) for local development purposes - Run the Development start process to create the image
- Open a Remote Window (click on blue button left-down corner and click "Reopen in Container)
The first time you clone the project and each time you make changes to the Dockerfile, rerun
docker compose -f docker_build/docker-compose.yml build