From 06c76f0b65fedb51c3ca5681c2ccfedfaa4bee28 Mon Sep 17 00:00:00 2001 From: Ricard Illa Date: Mon, 26 Jun 2023 08:51:54 +0200 Subject: [PATCH] docs: added dbt readme --- dbt/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 dbt/README.md diff --git a/dbt/README.md b/dbt/README.md new file mode 100644 index 0000000..68391f7 --- /dev/null +++ b/dbt/README.md @@ -0,0 +1,7 @@ +# 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.