menu

Changelog


dbt 1.2.1

Support for dbt 1.2.1 has been added.

dbt Command Bar: file and path suggestions

The dbt Command Bar now offers autocomplete suggestions when you're selecting a file or path.

dbt command bar suggestions

Go to Definition on Macros

Easily jump to the definition of a macro in your dbt project or a referenced dbt package.

Fixes and Tweaks

  • Fixed issue that caused scrolling the results table to stick.
  • Improved autocomplete suggestions for BigQuery.
  • Increased length at which long strings are truncated in the results table.
  • Prevent dbt command bar from executing when command is blank.
  • Change Run/Test select helpers to use -s in place of -m selector.
  • Fixed issue that caused cryptic error message when using an invalid profile.