Changelog
dbt 1.3.0
Support for dbt 1.3.0 has been added.
dbt Command Bar: suggestion improvements
Suggestions in the dbt Command Bar have been updated to include "n-plus" operators (e.g. dbt run -s 3+model+4
) and the @
operator (e.g. dbt run -s @model
).
Fixes and Tweaks
- Using docs macros in model descriptions now renders the macro's contents correctly.
- Fixed issue with
Go to Definition
from yml files not correctly identifying the location of column definitions. - Windows: fixed an issue where
Control + Click
on a model name in a .yml file did not correctly jump to that model's file. - Generating a query against a table or view whose name is also a reserved SQL Key word now wraps the table/view name in quotes to prevent an "Unable to resolve table" error