Skip to main content
Elementary OSS and Elementary Cloud Platform both offer data anomaly detection. However, there are significant differences in implementation. There are two types of anomaly detection tests:
  • Pipeline health monitors - Monitor the pipeline runs, ensuring timely and complete data ingestion and transformation. These monitors monitor metadata to detect volume and freshness issues.
  • Data quality metrics tests - Run as part of the pipeline, collect metrics by querying the data itself. These include various data quality metrics such as nullness, cardinality, average, length, etc.
Here is a comparison between the implementation of these tests in Elementary Cloud and OSS:

Pipeline Health Monitors - Freshness and Volume

Data Quality Metrics