Skip to content

v1.22.0

Choose a tag to compare

@github-actions github-actions released this 14 Jul 13:32
88815e0

v1.22.0 - 2026-07-14

Enhancement or New Feature

  • Add get_node_details tool for fetching details of any dbt resource type; deprecate the 8 type-specific get_*_details tools in favor of get_node_details
  • Enrich get_lineage results with a description field per node; add a direction param (upstream/downstream/both) to narrow results to one side of the graph; deprecate get_model_parents and get_model_children in favor of get_lineage(depth=1, direction=...)
  • Add meta_filter param to list_metrics to pre-filter by config.meta and preserve metadata column under progressive trimming

Under the Hood

  • Add docs/deprecating-tools.md: full process guide for the deprecate-then-remove tool lifecycle, plus CONTRIBUTING.md pointer.