Describe the feature
In our project we use dbt_project_evaluator and elementary packages. dbt_project_evaluator is enabled for local development and CI. elementary is enabled for DEV and PROD.
Instead of building whole project from main branch locally, we download DBT artifacts from DEV (it takes too long to run all models). So when we run Recce locally we see elementary models red (removed) and dbt_project_evaluator models green (added).
It would be very useful if we can exclude both dbt_project_evaluator and elementary packages from comparison when running Recce.
Describe alternatives you've considered
No response
Who will this benefit?
No response
Are you interested in contributing this feature?
No response
Anything else?
No response
RC-211
Describe the feature
In our project we use
dbt_project_evaluatorandelementarypackages.dbt_project_evaluatoris enabled for local development and CI.elementaryis enabled for DEV and PROD.Instead of building whole project from main branch locally, we download DBT artifacts from DEV (it takes too long to run all models). So when we run Recce locally we see
elementarymodels red (removed) anddbt_project_evaluatormodels green (added).It would be very useful if we can exclude both
dbt_project_evaluatorandelementarypackages from comparison when running Recce.Describe alternatives you've considered
No response
Who will this benefit?
No response
Are you interested in contributing this feature?
No response
Anything else?
No response
RC-211