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

We can exclude them for now, but it might be interesting to at least have a `fact` down the line that could list all the sources that have or don't...

### Describe the bug A person is reporting that running the package returns the following: ``` RESOURCE_NAME: ba01_bbprod.demand_order_item CURRENT_FILE_PATH: models\staging\ba01_bbprod\src_bbprod.yml CHANGE_FILE_PATH_TO: models/staging/ba01_bbprod/models\staging\ba01_bbprod\src_bbprod.yml ``` This looks like an issue handling `/`...

bug

Hi folks, adding this as an empty issue as I believe it's not a bug, but a feature :smile: We've got our DBT deployment configured so that each developer has...

### Describe the feature A few people reported issues when they run the project without the seed being executed. A `dbt seed` or `dbt build` works (and this is what...

enhancement

I'm going to create a safe_divide cross db macro in dbt_utils - eventually, we can use that for this calculation instead! (fct_test_coverage, and fct_documentation_coverage) _Originally posted by @graciegoheen in https://github.com/dbt-labs/dbt-project-evaluator/issues/203#issuecomment-1249426580_

### Describe the feature The existing documentation checks only pick up undocumented models, but there are some extensions that would be useful. * invalid documented models, e.g. where the documented...

enhancement

### Describe the feature As a project admin, I want to be able to analyze the code written in hooks on dbt models. dbt hooks can execute arbitrary SQL statements....

enhancement

### Describe the bug In BigQuery, table references can contain `-` in them. Test `find_all_hard_coded_references.sql` does not detect this because regex (\w+) does not include the hyphen (`-`) character. ###...

bug

### Describe the bug Missing fully compatibility with: - 'dataset' as alias for schema - 'project' as alias for database For bigquery ### Steps to reproduce Use the alias above...

bug

### Describe the feature I'd like to be able to query data about source tags, and the freshness configuration of each source via the `stg_sources` model in the dbt Project...

enhancement