Damian Eralio
Damian Eralio
**Is your feature request related to a problem? Please describe.** would help clean up the configuration and avoid repetitive code if we can configure tags for all tests in a...
**Describe the gap** There is no spec file for config.yml **Additional context** There are references to things you can add to config.yml spread throughout the existing documentation, but there is...
Path: /guides/anomaly-detection-tests/freshness-anomalies The documentation for freshness_anomalies has no explanation or examples for 2 of its listed parameters: ``` where_expression: sql expression anomaly_sensitivity: int ``` While the sql expression is more...
We have began using [terraform checks](https://developer.hashicorp.com/terraform/language/checks) to create warnings in our plan which would become failures in an apply. This allows the plan to finish entirely and not fail on...