Maayan Salom

Results 45 issues of 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...

documentation
good first issue

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...

enhancement
dbt package

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...

CLI
feature
slack alerts
pending

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...

enhancement
good first issue
in progress
slack alerts

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...

Enhancement
Open to contribution 🧡
BigQuery
linear
Contribution
Anomaly Detection

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...

enhancement
good first issue

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...

enhancement

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...

bug
help wanted
Bigquery