Skip to content

Commit 90abbce

Browse files
jairus-mgithub-actions[bot]
authored andcommitted
version: 1.22.0
## 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.
1 parent fca39d1 commit 90abbce

6 files changed

Lines changed: 15 additions & 12 deletions

.changes/unreleased/Enhancement or New Feature-20260629-113020.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Enhancement or New Feature-20260629-113027.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Enhancement or New Feature-20260710-085649.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Under the Hood-20260629-133155.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/v1.22.0.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## v1.22.0 - 2026-07-14
2+
### Enhancement or New Feature
3+
* 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
4+
* 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=...)
5+
* Add meta_filter param to list_metrics to pre-filter by config.meta and preserve metadata column under progressive trimming
6+
### Under the Hood
7+
* Add docs/deprecating-tools.md: full process guide for the deprecate-then-remove tool lifecycle, plus CONTRIBUTING.md pointer.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
77
and is generated by [Changie](https://github.com/miniscruff/changie).
88

99

10+
## v1.22.0 - 2026-07-14
11+
### Enhancement or New Feature
12+
* 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
13+
* 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=...)
14+
* Add meta_filter param to list_metrics to pre-filter by config.meta and preserve metadata column under progressive trimming
15+
### Under the Hood
16+
* Add docs/deprecating-tools.md: full process guide for the deprecate-then-remove tool lifecycle, plus CONTRIBUTING.md pointer.
17+
1018
## v1.21.2 - 2026-07-08
1119
### Under the Hood
1220
* Model-by-name lookups in get_model_details now resolve via a single Discovery API identifier query instead of enumerating packages and guessing unique_ids. Note: this fast path matches by DB alias, which get_model_details has done since #453 (not something this change introduces) and which get_model_health/get_model_children/get_model_parents have done since #289 -- a model whose alias was explicitly overridden away from its dbt name may not be found by name.

0 commit comments

Comments
 (0)