Skip to main content
March 6, 2023: v0.7.5 Python, v0.7.3 dbt package

πŸ”₯ What’s new?

  • Grouped alert for test results by table πŸ€πŸ””
    • Feeling overwhelmed by alerts on each failed test?
    • You can now addΒ -group-by table toΒ edr monitorΒ and the table test results will be sent as one message.
    • Docs areΒ hereΒ ; Pic attached πŸ“Έ
    • This was requested byΒ @Jake BeresfordΒ andΒ @Ekaterina Khrushch
  • Add sum to column anomaly tests βž•
    • You can now monitor anomalies on the sum of a numeric column.
    • ThanksΒ tc-chrisbuiΒ for the contribution! 🀩
  • Add where_expression to Python tests 🟰
    • You can now filter the data you are testing in a Python test.
    • Thank you Oskar Elvkull for the contribution! 🀩

πŸ’« More changes

  • Added dbt 1.5.0 support. 😎

🐞 Bug fixes

  • Fixed a bug inΒ dimension_anomaliesΒ without aΒ timestamp_column - ThanksΒ @Amihay GonenΒ andΒ @Alvin MΒ for reporting!
  • Fixed a bug with anomaly monitors running on the wrong data type (only in 0.7.2) - Thanks againΒ @Amihay Gonen!
  • Fixed problems in the numbers presented in the dashboard πŸ”’
    • Counting exposures as models - Thanks for reportingΒ @Willi MuellerΒ !
    • Classifying tests as the wrong kind of test - - Thanks for reportingΒ @Jan Santora!
  • Fixed dashboard header sometimes having an empty timestamp -Β @Mohamed OmranΒ thanks for reporting!
Demo