dbt-graph
Walk parent and child maps to return upstream and downstream nodes (models, sources, tests) up to a given depth.
Instructions
Walk dbt parent_map / child_map to return upstream and downstream nodes (model/source/test) up to a given depth
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uniqueId | No | dbt unique_id | |
| name | No | Model name (resolved if uniqueId not provided) | |
| upstreamDepth | No | ||
| downstreamDepth | No |