You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you only wanted to perform docs coverage for the final tables 'gold' medallion tables (e.g. /models/data_mart/dim_cusomters.sql, /models/data_mart_2/dim_model_1.sql and /models/data_mart_2/fct_model_2.sql), there is no way to do that currently.
We should have a feature available where we can exclude models from being computed in order to reduce the amount of noise that occurs during the coverage comparison report. This feature should work with the existing --model-path-filter argument, which allows for more finer grain control of what to 'include', but not what to 'exclude'
The text was updated successfully, but these errors were encountered:
At the moment, there is no easy way to exclude computing coverage for models found within deeply nested file structures.
e.g. take for example a dbt project with the following file structure
If you only wanted to perform docs coverage for the final tables 'gold' medallion tables (e.g.
/models/data_mart/dim_cusomters.sql
,/models/data_mart_2/dim_model_1.sql
and/models/data_mart_2/fct_model_2.sql
), there is no way to do that currently.We should have a feature available where we can exclude models from being computed in order to reduce the amount of noise that occurs during the coverage comparison report. This feature should work with the existing
--model-path-filter
argument, which allows for more finer grain control of what to 'include', but not what to 'exclude'The text was updated successfully, but these errors were encountered: