Skip to content

Releases: inazr/yadt

Release list

v0.4.1

Choose a tag to compare

@inazr inazr released this 02 Jun 19:06
  • Rewrote the plugin/Marketplace description: clearer summary, current feature list (selector-driven lineage with autocomplete, build-status/freshness overlays, multi-engine support), and fixed an unescaped character.

v0.4.0

Choose a tag to compare

@inazr inazr released this 02 Jun 18:55
  • 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.yml in the project root (e.g. the duckdb starter projects) — profile resolution now checks the project directory before ~/.dbt, matching dbt 1.5+.