Skip to content

Releases: brooklyn-data/dbt_artifacts

2.6.4

14 Aug 16:14
3afcfbd
Compare
Choose a tag to compare

2.6.3

17 May 13:48
507a779
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.6.2...2.6.3

2.6.2

16 Nov 12:42
4220a9c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.6.1...2.6.2

2.6.1

05 Oct 12:08
165945f
Compare
Choose a tag to compare

New feature!

🎉 🎉 Thanks to work by @dpguthrie we now support Postgres 🎉 🎉

What's Changed

New Contributors

Full Changelog: 2.6.0...2.6.1

2.6.0

28 Sep 13:45
af2ed31
Compare
Choose a tag to compare

Breaking Changes

This release introduces additional columns to some 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

  • Add Python setup to CI linting by @glsdown in #380
  • [FEAT] Add escape for windows backslash on checksum columns by @jared-rimmer in #353
  • Add variable to allow users to exclude all results columns by @glsdown in #382
  • Improve insert method used by @glsdown in #381
  • Fix bug with calculation of last_run stats for incremental models by @glsdown in #384
  • Fix missing value in upload model executions by @kenpokiwi in #386

New Contributors

Full Changelog: 2.5.0...2.6.0

2.5.0

11 Sep 13:05
9fbca4f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.4.3...2.5.0

2.4.3

24 Jul 08:58
fbe99f8
Compare
Choose a tag to compare

What's Changed

Documentation updates

Bug fixing

  • Add wide_number_mode to remaining BigQuery upload macros by @tebesfinwo in #356
  • fix: Escape single quotes in invocation_args by @adamantike in #355
  • parse_json({{ field }}, wide_number_mode=>'round') was added for the … by @calkan-cue in #358
  • Escape newline for BQ execution messages by @SPTKL in #362
  • Fix BigQuery parse_json macro usage by @glsdown in #371

New Contributors

Full Changelog: 2.4.2...2.4.3

2.4.2

02 Jun 13:07
adf7358
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.4.1...2.4.2

2.4.1

25 May 15:57
0378fea
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.4.0...2.4.1

2.4.0

25 May 11:00
fa31b83
Compare
Choose a tag to compare

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

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