From 7e9ecbc54d07bf7b563cce90a5b6c68ccb855af9 Mon Sep 17 00:00:00 2001 From: Euan Date: Fri, 26 Apr 2024 10:23:07 +0200 Subject: [PATCH] fixed typo --- docs/querying-the-dag.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/querying-the-dag.md b/docs/querying-the-dag.md index 0efa7b8f..81ddbb20 100644 --- a/docs/querying-the-dag.md +++ b/docs/querying-the-dag.md @@ -17,7 +17,7 @@ Building additional models and snapshots on top of this model could allow: ## Getting insights on potential refactoring work -- identifying models with a lof of lines of code +- identifying models with a lot of lines of code - identifying the models with the highest level of complexity leveraging the column `sql_complexity` from the table `int_all_graph_resources`, based on the weights defined in the `token_costs` variable - looking at the longest "chains" of models in a project - reviewing models with many/few direct dependents