Skip to content

version: 1.21.2#838

Merged
alan-andrade merged 1 commit into
mainfrom
release/1.21.2
Jul 8, 2026
Merged

version: 1.21.2#838
alan-andrade merged 1 commit into
mainfrom
release/1.21.2

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

version: 1.21.2

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 Get resource details for search resources #453 (not something this change introduces) and which get_model_health/get_model_children/get_model_parents have done since Make model_name optional for more discovery tools #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.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.
@github-actions github-actions Bot requested review from a team, b-per, jairus-m and jasnonaz as code owners July 8, 2026 15:26

@alan-andrade alan-andrade left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:+1

@alan-andrade alan-andrade enabled auto-merge (squash) July 8, 2026 15:49
@alan-andrade alan-andrade disabled auto-merge July 8, 2026 16:09
@alan-andrade alan-andrade merged commit de42ff7 into main Jul 8, 2026
6 of 7 checks passed
@alan-andrade alan-andrade deleted the release/1.21.2 branch July 8, 2026 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant