Releases: avohq/avo_audit
Releases · avohq/avo_audit
Set minimum event count to detect anomalies
What's Changed
Full Changelog: 1.0.0...1.0.1
Avo Audit 1.0.0
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
Adding Snowflake support and introducing integration tests to make sure the package is stable