Skip to content

2.4.0

Compare
Choose a tag to compare
@glsdown glsdown released this 25 May 11:00
· 118 commits to main since this release
fa31b83

Breaking Changes

This release introduces additional columns to several tables. Ensure you re-run your models when updating to bring in these changes and avoid issues with the post-run hooks.

dbt run --select dbt_artifacts

What's Changed

New Features

Bugs Squashed

  • Bug/fixed parsing of dbt cloud env variables by @LisandroCocca in #260
  • Upload large number of tests (>20K) in chunks to prevent Snowflake errors by @nhrebinka in #302
  • Bug/fix issue with single quotes in env vars by @glsdown in #299
  • Fix bigquery quote issue with env vars by @glsdown in #312
  • Remove source persist docs for databricks by @glsdown in #313
  • Specify dbt version to [">=1.3.0", "<1.5.0"] by @glsdown in #308
  • Fix issue with ' in meta field by @glsdown in #446

Quality of Life improvements for the repo

  • Update to latest surrogate key macro by @glsdown in #298
  • Update README to include details on upgrading by @glsdown in #297
  • Add double CI run - first on latest release then on PR by @glsdown in #300
  • GH Actions Quality of Life Improvements by @glsdown in #306
  • [Fix] Add max-parallel 1 to package test jobs by @jared-rimmer in #324
  • Number of improvements to CI process

New Contributors

Full Changelog: 2.3.0...2.4.0