Releases: brooklyn-data/dbt_artifacts
Releases · brooklyn-data/dbt_artifacts
2.7.0
What's Changed
- Format all models for consistency by @poloaraujo in #390
- [FIX] Modify Snowflake parse_json macro usage by @llifoawing in #441
- Add sql server support by @KijkEr in #444
- Patch: Update tox.ini to handle dbt-postgres installing dbt-core prerelease by @mtcarlone in #448
- Update dbt_artifacts to 2.7.0 by @mtcarlone in #449
New Contributors
- @llifoawing made their first contribution in #441
- @KijkEr made their first contribution in #444
- @mtcarlone made their first contribution in #448
Full Changelog: 2.6.4...2.7.0
2.6.4
bugfix by @sp-tkerlavage in #420
2.6.3
2.6.2
2.6.1
New feature!
🎉 🎉 Thanks to work by @dpguthrie we now support Postgres 🎉 🎉
What's Changed
- Add postgres support by @dpguthrie in #368
- fix: Model Upload with incorrect column ordering by @il-dat in #393
- Tidy up execution timings logic by @glsdown in #389
New Contributors
- @dpguthrie made their first contribution in #368
- @il-dat made their first contribution in #393
Full Changelog: 2.6.0...2.6.1
2.6.0
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
- @kenpokiwi made their first contribution in #386
Full Changelog: 2.5.0...2.6.0
2.5.0
What's Changed
- Adding support for dbt v1.6 by @sfc-gh-kumaurya in #374
- Add CI checks for 1.6 by @glsdown in #378
New Contributors
- @sfc-gh-kumaurya made their first contribution in #374
Full Changelog: 2.4.3...2.5.0
2.4.3
What's Changed
Documentation updates
- README.md correction by @poloaraujo in #357
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
- @poloaraujo made their first contribution in #357
- @tebesfinwo made their first contribution in #356
- @adamantike made their first contribution in #355
- @calkan-cue made their first contribution in #358
- @SPTKL made their first contribution in #362
Full Changelog: 2.4.2...2.4.3
2.4.2
What's Changed
- [Fix] Update upload_model_executions.sql by @kamilamarcinekpgs in #349
- [Fix] Add batching to sources and fix batch size for tests by @samw430 in #348
- [Fix] Remove raw_code from all_results column in models by @jared-rimmer in #351
New Contributors
- @kamilamarcinekpgs made their first contribution in #349
- @samw430 made their first contribution in #348
Full Changelog: 2.4.1...2.4.2
2.4.1
What's Changed
- [Fix] Add batching when uploading models by @jared-rimmer in #344
- [Fix] Add wide_number_mode to BigQuery all results columns by @jared-rimmer in #345
Full Changelog: 2.4.0...2.4.1