menu

Changelog


New editor file styles

We've updated the styles used in the editor to make keywords more clear across more types of displays, operating systems, and resolutions

Create a new dbt project within Studio

You can now create a new dbt project in Studio, allowing you to define the target, profile, and version of dbt to use.

Function tooltips in dbt files

When calling a function in a dbt file, you can now see the function signature to quickly see what parameters to pass to the function

Fixes

  • Fixed an issue with connections persisting after being deleted.
  • Fixed an issue with where users could run a query in a tab after deleting the query.
  • Fixed an issue with count(*) not being considered valid syntax.
  • Fixed an issue with columns being aliased with as not being considered valid syntax.