menu

Changelog


dbt 0.21.1

Support for dbt 0.21.1 has been added.

Run dbt commands immediately after saving a model

Currently, when you save a dbt model after making a change, the dbt Command Bar will show the dbt project as "Compiling" and you cannot run any dbt commands. We have changed this so dbt commands such as dbt run or dbt test can be executed immediately after saving a model.

Fixes and Tweaks

  • Added support for within group syntax.
  • Added support for max(cast) syntax, for example max(cast(event_date as date)).