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

Why are we only excluding _models_ from the `dbt_project_evaluator` package? Shouldn't we exclude _everything_ in the package? _Originally posted by @graciegoheen in https://github.com/dbt-labs/dbt-project-evaluator/pull/85#discussion_r859021318_

bug

As we've discussed, I think we should come back to this in a future issue -- I think if there's any way for us to avoid reducing our test coverage,...

enhancement

per @b-per 's question on #65 , should we treat this package as disabled by default, and allow end users to opt in to this package executing? This gets to...

Currently, a Databricks user needs to configure the `search_order` for the package `dbt_utils` to be reading from `dbt_project_evaulator` first due to the fact that we use array macros that are...

enhancement

Currently, when a new column needs to be added, it is required to modify the code in multiple locations in the macros. We might want to revisit this approach. A...

enhancement

### Describe the feature Add information about how many rows are in each model. ### Additional context and who will this benefit? This could potentially be used if someone wanted...

enhancement

### Describe the bug I noticed we use subfolder and subdirectory rather interchangeably. Should we standardize on one? If so, which? #### internet says: > If one is referring to...

bug

The table `fct_multiple_sources_joined` contains the models joining from multiple sources, as expected, but it also contains models that are unioning from multiple sources (which in some cases might make sense)....