Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Releases: dbt-labs/dbt-event-logging

0.8.0

06 Dec 01:45
9828dac
Compare
Choose a tag to compare

What's Changed

⛔🏚️ 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

25 Nov 08:02
Compare
Choose a tag to compare

What's Changed

  • bump dbt utils version

This package is no longer under active maintenance; consider dbt_artifacts instead for a higher-performance and richer view into your project.

New Contributors

Full Changelog: 0.6.0...0.7.0

0.6.0

07 Dec 21:45
2668af6
Compare
Choose a tag to compare

This release supports any version (minor and patch) of v1, which means far less need for compatibility releases in the future.

0.5.1

03 Dec 23:19
d6ba440
Compare
Choose a tag to compare

🚨 This is a compatibility release in preparation for dbt-core v1.0.0 (🎉). Projects using this version with dbt-core v1.0.x can expect to see a deprecation warning. This will be resolved in the next minor release.

dbt-event-logging v0.5.0

07 Jul 01:06
7760cfc
Compare
Choose a tag to compare

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 on fishtown-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

19 Oct 16:46
8b283c1
Compare
Choose a tag to compare

Features

  • Add support for BigQuery (#36)

Note: adding this package to a dbt project can significantly slow down runs. We are actively developing alternative ways to collect, analyze, and report on run metrics using dbt artifacts and database metadata.

Contributors

dbt-event-logging v0.4.1

04 Sep 20:34
ea94198
Compare
Choose a tag to compare

Quality of life:

  • Change upper bound of dbt-utils dependencies <0.7.0 (#35)

dbt-event-logging v0.4.0

27 Jul 15:53
265465d
Compare
Choose a tag to compare

🚨 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

01 Jul 13:39
97dfc71
Compare
Choose a tag to compare

🚨 This release contains a breaking change

This package now requires dbt >=0.17.0

Under the hood

  • Use new env vars for integration tests (#29)
  • Update to dbt v0.17.0 (#30)
  • Add GitHub templates (#30)

🙏 Thank you to all our contributors!

dbt-event-logging v0.2.3

15 Jun 20:08
6495bef
Compare
Choose a tag to compare

Patch fix:

  • Pin to previous release of dbt-utils to avoid dbt version conflicts