Sam Bloom
Sam Bloom
I would also find this really useful if it can be done
@rlh1994 you can set tolerances for any test in terms of the absolute number of failing records: ``` - not_null: - config: - error_if: ">1000" - warn_if: ">500" ``` But...
I'm new to this issue but my naive impression is that this looks like a good suggestion, are there any issues with doing it this way? > If the the...
Has this issue been looked at?
Ok I have been writing some tests using dbt-teradata and dbt-expectations for a work project, so I will post all the issues I find and the code I've used to...
Hi @Maayan-s, For context this [page](https://docs.getdbt.com/docs/collaborate/govern/model-versions) from dbt gives a really good overview of the new versioning features, but to answer your questions: 1. Sometimes there are downstream dependencies on...
I have raised a new PR (#306) which contains a fix for this issue, so the `dbt-project-dir` is taken into account when detecting macro and macro argument descriptions. This is...