menu

Changelog


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.