Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .changes/unreleased/Bug Fix-20260707-165549.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Under the Hood-20260702-104557.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Under the Hood-20260702-104831.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Under the Hood-20260706-101105.yaml

This file was deleted.

7 changes: 7 additions & 0 deletions .changes/v1.21.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## v1.21.2 - 2026-07-08
### Under the Hood
* 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.
* get_model_performance's name resolution now skips fetching full model details (catalog, compiled code, etc.) and resolves the unique_id directly.
* Update docs gen script to annotate deprecated tools to README
### Bug Fix
* Reduce the semantic layer GraphQL request timeout from 60s to 30s so unresponsive requests fail faster instead of holding the connection open.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).


## v1.21.2 - 2026-07-08
### Under the Hood
* 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.
* get_model_performance's name resolution now skips fetching full model details (catalog, compiled code, etc.) and resolves the unique_id directly.
* Update docs gen script to annotate deprecated tools to README
### Bug Fix
* Reduce the semantic layer GraphQL request timeout from 60s to 30s so unresponsive requests fail faster instead of holding the connection open.

## v1.21.1 - 2026-07-01
### Bug Fix
* Fix unhandled KeyError in get_dimension_values when the Arrow result schema does not contain the requested dimension column
Expand Down
Loading