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

### Describe the feature Providing a range of supported package versions for `dbt_utils` would allow for `dbt_project_evaluator` to be installed alongside other packages much more easily. Currently, `dbt_project_evaluator` is [pinned...

enhancement

### Describe the feature In order to mirror the approach of dbt core as well as the rest of the package ecosystem, we should consider moving our test suite to...

enhancement

This is a: - [x] bug fix PR with no breaking changes - [ ] new functionality ## Link to Issue Closes #176 ## Description & motivation When parts of...

### Describe the bug When using the `dbt_utils.star` macro in a staging model, there are two references to the source that are captured by the source fanout rule, for instance...

bug

### Describe the feature Currently the missing_primary_tests only checks for the uniqueness test of a single column. It would be great to include these options: https://docs.getdbt.com/faqs/tests/uniqueness-two-columns

enhancement

### Describe the bug When a field is “empty” for a given record in `int_all_graph_resources`, sometimes it’s NULL, sometimes it’s actually empty, and sometimes it’s ‘None’. We should do some...

bug

### Describe the feature Create a model that parses SQL using regex to identify raw table references in model code ### Who will this benefit? All y'all

enhancement

I would maybe choose a simpler example of something like `view_1` -> `exposure_1`. But ¯\_(ツ)_/¯ _Originally posted by @graciegoheen in https://github.com/dbt-labs/dbt-project-evaluator/pull/132#discussion_r918265204_

I have been running the project on IA and the results for `fct_direct_join_to_source` look odd to me at first sight. It might be worth investigating.

bug

Hi! I would like to be able to extract the `description` field for models, sources, metrics and exposures. Let me know if you need more info on how I intend...

enhancement