This repository has been archived by the owner on Dec 4, 2024. It is now read-only.
Releases: dbt-labs/dbt-event-logging
Releases · dbt-labs/dbt-event-logging
0.8.0
What's Changed
- dbt utils v1 compatibility by @joellabes in #55
⛔🏚️ This package is obsolete and no longer developed; use dbt_artifacts for a higher performance and richer view into your project.
Full Changelog: 0.7.0...0.8.0
0.7.0
What's Changed
- bump dbt utils version
- Add option to customise audit database by @danieldiamond in #50
This package is no longer under active maintenance; consider dbt_artifacts instead for a higher-performance and richer view into your project.
New Contributors
- @danieldiamond made their first contribution in #50
Full Changelog: 0.6.0...0.7.0
0.6.0
0.5.1
dbt-event-logging v0.5.0
Note: Adding this package to a dbt project can significantly slow down runs. We highly recommend using dbt artifacts for this metadata instead.
🚨 Breaking changes
- This package now requires dbt v0.20.0 and dbt-utils v0.7.0. dbt v0.20.0rc2 is currently available as a release candidate. If you are not ready to upgrade, consider using a previous version of this package.
- This package depends on
dbt-labs/dbt_utils
. If the latest version of another installed package depends onfishtown-analytics/dbt_utils
, you'll need to wait to upgrade. See discourse for details.
Under the hood
- Use new
adapter.dispatch syntax
(#38) - Check to see if the audit-logging schema exists before trying to create it (#39 @anton-chekanov)
dbt-event-logging v0.4.2
dbt-event-logging v0.4.1
Quality of life:
- Change upper bound of dbt-utils dependencies
<0.7.0
(#35)
dbt-event-logging v0.4.0
🚨 This release contains a breaking change
This package now requires dbt-utils >=0.4.0
Under the hood
- Use list argument for surrogate key macro (#32)
dbt-event-logging v0.3.0
dbt-event-logging v0.2.3
Patch fix:
- Pin to previous release of dbt-utils to avoid dbt version conflicts