Dbt Event Logging Versions Save

a dbt package to make auditing dbt runs easy.

0.8.0

1 year ago

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: https://github.com/dbt-labs/dbt-event-logging/compare/0.7.0...0.8.0

0.7.0

1 year ago

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: https://github.com/dbt-labs/dbt-event-logging/compare/0.6.0...0.7.0

0.6.0

2 years ago

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

0.5.1

2 years ago

🚨 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.

0.5.0

2 years ago

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)

0.4.2

3 years ago

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

0.4.1

3 years ago

Quality of life:

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

0.4.0

3 years ago

🚨 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)

0.3.0

3 years ago

🚨 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!

0.2.3

3 years ago

Patch fix:

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