menu

Changelog


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.