fixed typo

This commit is contained in:
Euan
2024-04-26 10:23:07 +02:00
parent 8c7d958463
commit 7e9ecbc54d

View File

@@ -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