This repository has been archived by the owner on Dec 4, 2024. It is now read-only.
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)