New: Cookbooks and AI ExplanationsStep-by-Step recipes to solve problems connected to Roadmaps and Cheat Sheets. Need more details? Use AI buttons for structured and simple explanations with concrete examples throughout the whole platform.Take a look
Someone wants to rename a column. What breaks downstream if they do?
What you'll have at the end
The narrowed list of exactly which downstream models, tests, and dashboards a column touches, confirmed against their own code and against the people who track anything the graph can't see, instead of the graph's whole-model guess.
You need
A dbt project with downstream models already built on the column you're about to rename, and a target you're allowed to run builds against without touching anyone else's data.
Not covered
Fixing every place the search turns up, or deciding whether the rename is worth doing in the first place.
Checked 25 Aug 2026
Part of the dbt (Data Build Tool) cookbook