Dbt Event Logging Versions Save

a dbt package to make auditing dbt runs easy.

0.2.2

4 years ago

This is a bug fix release

Fixes:

  • Commits log events to fix missing run started events (#19 #20 @Limess)

Thank you (again!) @Limess 🙌

0.2.1

4 years ago

This is a bug fix release

Fixes

  • Eagerly commits alter statement if new columns are added (#18 @Limess)

Thank you @Limess 🙌

0.2.0

4 years ago

Features:

  • Adds user, target and is_full_refresh to logging table (#17 @Limess)

🚨 This introduces new columns to your logging table. Please check the migration guide before updating.

🎉 Thanks to @Limess for this contribution!

0.1.7

4 years ago

Major quality of life improvements, including:

Fixes:

  • Fixed bug when using a custom implementation of generate_schema_name (#14)
  • Replaced use of datediff in lookml code (#3)

Improvements:

  • Cleaned up the README.md
  • Added integration tests
  • Added issue templates

Features:

  • Includes Periscope dashboards

Thanks to our contributors for this release:

  • @mplovepop (#9)

0.1.6

5 years ago
  • Use a package spec for dbt-utils
  • This package now requires the use of dbt v0.12.2 or later

0.1.5

5 years ago
  • updated event logging macros to be compatible with dbt release 0.10.2.

0.1.4

5 years ago
  • Updates dbt-utils dependency to 0.1.12.

0.1.3

5 years ago
  • added default lookml

0.1.2

5 years ago
  • got correct UTC time for all events on all adapters

0.1.1

5 years ago
  • adds a unique key to the model deployments model