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.