Maayan Salom
Maayan Salom
We had two questions about this in #support on Slack recently. We need to add it to FAQ and see if there are other parts of the flow where we...
Failed dbt test results return an error message that includes the number of failed rows. Today we load the message as is in the package, and parse the number in...
Today the command sends the report itself to Slack. We got a request from a user to add summarized details about test results to the Slack message itself, so this...
Slack alerts are only sent if there are failed tests. When users deploy Elementary, they want to have a way to validate the deployment worked. We should have a flag...
In Bigquery partitioned tables have a pseudo-column named _PARTITIONTIME. https://cloud.google.com/bigquery/docs/querying-partitioned-tables Before running the test query, Elementary checks the information schema to see if the column provided as the timestamp column...
In data anomalies tests we collect metrics for 14 days back by default (configurable as 'days_back'). For performance reasons, if elementary already has data for some of the days, it...
The feature is a new monitor for column anomalies detection. **Monitor goal:** Detecting a change in the distribution of the different values in a column. **Example:** An example would be...
Elementary pulls the data to detect schema changes from the information schema columns view. This view is updated in a delay (unclear how long), so the alert on deleted columns...