A dbt project allowing the processing of data related to COVID-19 in France.
- A Python environment with dbt (
pip install dbt)
- Clone repo
git clone https://github.com/datafuel/Covid_France_dbt.git - Run
cd Covid_France_dbt - Move the
profiles/profiles.ymlto your/.dbtdirectory - Run
dbt run --project-dir ./covid_france - Serve docs on http://localhost:4444 with
dbt docs serve --port 4444 --project-dir ./covid_france
- Create a file next to your
dbt_project.ymlcalledpackages.ymlwith the following content :
packages:
- git: "https://github.com/datafuel/Covid_France_dbt.git"
revision: 0.0.1