dbt-project-evaluator icon indicating copy to clipboard operation
dbt-project-evaluator copied to clipboard

This package contains macros and models to find DAG issues automatically

Results 52 dbt-project-evaluator issues
Sort by recently updated
recently updated
newest added

Alternative to #419 for wrapping strings with quotes Add test for #421 which is failing for BQ without the fix

Update the new docs with a bit more guidance on how to activate only a few tests for CI

enhancement

This is a: - [ ] bug fix PR with no breaking changes - [x] new functionality ## Link to Issue Closes #426 ## Description & motivation This PR (not...

I would like to have support for dbt-sqlserver and dbt-synapse. What would I have to do to make this happen? I am one of the maintainers of those 2 adapters...

enhancement

### Describe the bug In BigQuery, the new `base__columns` models fail with a syntax error when a multiline column description is present. ### Steps to reproduce Take a single line...

bug

### Describe the feature [This article](https://tech.indy.fr/2024/01/25/monitoring-de-la-complexite-des-models-dbt/) describes a way to evaluate models complexity by performing some regex on the models SQL code We are already doing regex parsing today to...

enhancement

### Describe the feature We should provide recommendations for models that a) depend on models with new versions available b) depend on deprecated models As a part of this change,...

enhancement

This is a: - [x] bug fix PR with no breaking changes - [ ] new functionality ## Description & motivation pre commit checks make the repo's code consistent and...