Releases: Clearcover/dbt-utils
Releases · Clearcover/dbt-utils
7.10
Add additional fields to dbt logging
dbt 1.0 upgrade version
Reverting dbt 0.2 stuff
What's Changed
- Update require-dbt-version to allow for 0.19 by @MichaelGFagan in #1
- Fix Kevin typo by @MichaelGFagan in #2
- fix-column-value-sort by @kevinsanz93 in #3
- add warehouse to the event logger by @kevinsanz93 in #4
- adding query to the end of the compare objects macro by @eric8ah in #5
- add-manifest-based-logging by @kevinsanz93 in #6
- Feature/bi 3352 update dbt utils by @kairyue in #8
- update get_run_audit to include the model schema and the materialized… by @BigFolder in #9
- Revert "Feature/bi 3352 update dbt utils" by @sajamian in #10
New Contributors
- @MichaelGFagan made their first contribution in #1
- @kevinsanz93 made their first contribution in #3
- @eric8ah made their first contribution in #5
- @kairyue made their first contribution in #8
- @BigFolder made their first contribution in #9
- @sajamian made their first contribution in #10
Full Changelog: 0.5.0...7.6
7.5 update get_run_audit to include model schema and materialized type
Merge pull request #9 from Clearcover/update-get_run_audit-to-include…
Bump versions to dbt .20
Merge pull request #8 from Clearcover/feature/BI-3352_update_dbt-utils Feature/bi 3352 update dbt utils
Add Updated Event Logger
Merge pull request #6 from Clearcover/add-manifest-based-logging add-manifest-based-logging
Updates Compare Objects macro
Merge pull request #5 from Clearcover/update_compare_values adding query to the end of the compare objects macro
Hotfix last release
7.1 hotfix event logger
Add warehouse target to the logger
Merge pull request #4 from Clearcover/test-medium-box add warehouse to the event logger