dayrize-usecase/dbt
Ricard Illa 06c76f0b65
docs: added dbt readme
2023-06-26 08:51:54 +02:00
..
models feat: implemented incremental model for scored products 2023-06-25 22:41:58 +02:00
README.md docs: added dbt readme 2023-06-26 08:51:54 +02:00
dbt_project.yml feat: moved transformations to dbt 2023-06-25 20:53:51 +02:00
profiles.yml feat: moved transformations to dbt 2023-06-25 20:53:51 +02:00

README.md

Sustainability score

These DBT models are used to compute the product scores out of the products source table.

The scored_products incremental model is built of the product source, using the material_lookup and origin_lookup lookup tables as helpers.