data-mie / dbt-profiler

Macros for generating dbt model data profiles
Apache License 2.0
81 stars 33 forks source link

Run profiler for all models #78

Closed moseleyi closed 1 year ago

moseleyi commented 1 year ago

Is it possible to just include the profiler to all models and keep the output in another table with the results to have historical data?

stumelius commented 1 year ago

Hi @moseleyi ! Currently, there's no way to profile all models in a single macro execution. However, you can write a custom script that loops all the models and profiles them individually. Would this be sufficient for your needs? :)

moseleyi commented 1 year ago

I think so. Thanks for clarification @stumelius