Open ataft opened 6 months ago
current implementation allows for only observing paths or materializations, but there should be a new var added in order to keep observing models but skip the rowcount for performance improvements. something like dbt_observability:rowcount_enabled
that would take a list of materializations or paths to be opted in to rowcount tracking
The current logic to get row_count for models uses
select * ...
and has two potential issues:/models/marts
folder. You may only want to observe models that were compiled, meaning they were part of the dbt build.Ideas: