Skip to content

Releases: avohq/avo_audit

Set minimum event count to detect anomalies

08 Dec 20:55
350dce7
Compare
Choose a tag to compare

What's Changed

  • allow users to set minimum event count to detect anomalies by @bjornj12 in #15

Full Changelog: 1.0.0...1.0.1

Avo Audit 1.0.0

08 Dec 11:43
ba7dd5e
Compare
Choose a tag to compare

Avo Audit 1.0.0

Featuring detect_event_anomaly macro

Run detect_event_anomaly on you raw event data to detect any unexpected spikes or drops of data in your event data.
Can be applied as a test to be run automatically by a CI to make sure to catch any anomalies as fast as possible.

Works against:

  • Snowflake
  • BigQuery

What's Changed

  • Adding tests to validate anomaly detection by @bjornj12 in #12
  • Update issue templates by @bjornj12 in #13
  • Polish schema_to_table helper macro and run it against snowflake by @bjornj12 in #14

Full Changelog: 0.2.0...1.0.0

Snowflake support

29 Nov 10:30
fa04d7c
Compare
Choose a tag to compare
Snowflake support Pre-release
Pre-release

Adding Snowflake support and introducing integration tests to make sure the package is stable

Audit Volume Beta release

05 Nov 08:05
67d194b
Compare
Choose a tag to compare
Pre-release

What's Changed

  • macro to join whole schema into 1 table based on key columns by @bjornj12 in #4
  • Use Apache 2.0 License by @bjornj12 in #6
  • Audit volume per event/source for certain date period by @bjornj12 in #7