You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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+.