dbt-labs/dbt-project-evaluator

Project Evaluator checks all folders and subfolders for naming conventions, instead of only defined folder with respective prefix name.

ped-pas2 opened this issue · 0 comments

Describe the bug

The package checks for naming conventions irrespective of just defined folder-valid prefix key value pair type of configuration.

Steps to reproduce

project.yml file

image

example folder structure :
image

Expected results

Raise a warning/ entry in result table for violating naming conventions set for folder "marts".

Actual results

Result table for fct_model_naming_conventions:
image

Screenshots and log output

If applicable, add screenshots or log output to help explain your problem.

System information

The contents of your packages.yml file:

Which database are you using dbt with?

  • postgres
  • redshift
  • bigquery
  • snowflake
  • trino/starburst
  • other (specify: ____________)

The output of dbt --version:

<output goes here>

Additional context

Are you interested in contributing the fix?