2.4.0
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
- Add support for v1.5 by @glsdown in #314
- Feat/add new tags field to exposures by @glsdown in #301
- Add documentation for sources models by @glsdown in #282
- Add adapter response field by @glsdown in #289
- Provide source data as json blob in column
all_results
by @glsdown in #280
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
- @LisandroCocca made their first contribution in #260
Full Changelog: 2.3.0...2.4.0