Releases: inazr/yadt
Releases · inazr/yadt
Release list
v0.4.1
v0.4.0
- Autocomplete in the dbt selector field: fuzzy-matched suggestions for model names, tags (
tag:), sources (source:), paths (path:), and fqns (fqn:) as you type, shown in a scrollable popup (up to 10 rows visible). Triggers from the second character of the token under the caret. - Lineage: copied screenshots are now trimmed to the graph — the left/right edges sit 150px beyond the outermost nodes instead of including the full panel width.
- Fix the Target dropdown being empty when a project keeps its
profiles.ymlin the project root (e.g. the duckdb starter projects) — profile resolution now checks the project directory before~/.dbt, matching dbt 1.5+.