This project creates a Postgres server and a database, Paglia.
Dbt is being used to create 3 models: base, staging and final.
the final model uses a macro to calculate taxes.
To calculate taxes, the macro calculate_tax was created
Also, a seed is included with Covid-19 data from us counties.
docker-compose up -d
Install dbt:
pip install dbt-postgres
dbt run
dbt seed