menu

Changelog


dbt 1.0.5

Support for dbt 1.0.5 has been added.

Tab Context Menu

Right clicking a tab will now reveal a context menu with helpful functions like closing the tab, copying the file path, splitting the tab, and more.

Tab context menu shown on tab

Fixes and Tweaks

  • Added support for CASE <expr> WHEN syntax.
  • Highlight an array of strings in a jinja statement.

Fixes and Tweaks

  • Added support for CASE <expr> WHEN syntax.
  • Highlight an array of strings in a jinja statement.

Stylize SQL inside of Compiled SQL window

  • Compiled SQL will now be stylized.

Compiled SQL inside of a dbt model

Adding a System level theme option

  • Studio will now have three theme options: System, Light and Dark. System will follow the OS-level dark mode preference.

Fixes and Tweaks

  • Fixed a bug which showed a missing semi-colon error between SQL statements.
  • Fixed a bug which showed incorrect columns when using a CTE that shares a name with a table.
  • Added support for TOP n syntax.
  • Added support for QUALIFY syntax.

Fixes and Tweaks

  • Fixed a bug which caused the app to fail when clicking on a file inside of a dbt terminal

dbt 1.0.4

Support for dbt 1.0.4 has been added.

Split Explorer into separate sections

  • The Connections, dbt Project, and Queries sliders have been split into three distinct sections on the left side navigation bar.

Fixes and Tweaks

  • Improve Search performance.