Mateusz Klimek

Results 27 issues of Mateusz Klimek

**Tell us about the problem you're trying to solve** Sometimes users would like to compute different metrics for different columns **Describe the solution you’d like** ``` re_data:metrics_groups: metrics_for_columns_with_tag1: column: tag:tag1:...

**Tell us about the problem you're trying to solve** What are you trying to do? ``` re_data:metrics_groups: group: anomaly_detector: name: none table: - row_count - freshness column: - ... ```

**Tell us about the problem you're trying to solve** Sometimes what re_data detects turns out not to be a real anomaly; we need a way to mark that in re_data....

**Tell us about the problem you're trying to solve** A downtime or too many anomalies can cause re_data not to discover the next similar anomaly. We can most likely exclude...

**Tell us about the problem you're trying to solve** When doing re_data run you would often not want to recompute data if it was already computed before. I think the...

**Tell us about the problem you're trying to solve** Databricks is a popular platform and with native dbt-databricks connector, we should be able to support it as a re_data native...

**Describe the bug** Additional spaces show up in BigQuery compiled SQL ![Screenshot 2022-06-23 at 13 09 35](https://user-images.githubusercontent.com/3945045/175285517-9391c861-b1fa-4bdb-91ea-219eef67bc44.png) **Expected behavior** We don't want them and the most likely way to get...

bug

**Tell us about the problem you're trying to solve** Sometimes ref function may return additional new lines. It's not a correct behaviour but it would be good to handle this...

**Describe the bug** Some error on changing schema of schema changes is showing up in dbt cloud. **Screenshots** ![Screenshot 2022-05-20 at 09 41 47](https://user-images.githubusercontent.com/3945045/169479065-b21bcc21-4ec6-4783-b6cc-2536805ee4d1.png) It can be reproduced if the...

bug

**Tell us about the problem you're trying to solve** Currently, test alert message contains a full test name which isn't very readable. It would be good to shorten it here,...