menu

Changelog


dbt 1.2.2

Support for dbt 1.2.2 has been added.

Fixes and Tweaks

  • Fixed issue that would cause lagginess when writing commands in the dbt command bar.
  • Fixed issue that would prevent the statement outline from correctly rendering on long statements in the editor window.
  • Fixed issue that would consider untoggled databases/schemas to be unknown databases/tables/columns for dbt sources.
  • Fixed issue with dbt command bar input being cut off early.

Problems Tab

All syntax and configuration errors of your dbt project are now exposed in the Problems tab, allowing you to quickly see and fix the errors before they cause a failure in a dbt command run.

V2 Parser

Autocomplete suggestions and syntax linting is now powered by our V2 parser. Let us know your feedback!

Fixes and Tweaks

  • Fixed issue that would reset the width of columns in the results table when switching between tabs.
  • Add support for oauth and oauth-secret authentication for BigQuery profiles.

Fixes and Tweaks

  • Fixed issue that prevented users from signing in with Google.

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.

dbt 1.2.0 and 1.1.2

Support for dbt 1.2.0 and dbt 1.1.2 has been added.

Model metadata

When viewing a model, the Overview tab will now show the schema of the model. Expanding a column will show metadata about that column, including its description and tests. This requires V2 Parser to be enabled.

dbt model schema overview

Package and Macro autocomplete suggestions

Available packages and macros will now be suggested inside of Jinja blocks. This requires V2 Parser to be enabled.

dbt package and macro autocomplete suggestions

The macro parameters are also shown as you type with within the macro call:

dbt macro parameter tooltip

Fixes and Tweaks

  • Fixed issue with the Output and Terminal buttons being cut off.
  • Fixed issue with empty schemas not showing up in Snowflake connections.
  • Fixed issue with Run/Test buttons being disabled when dbt projects had errors.
  • Show function parameter tooltip when typing inside of a function call.