data-mie / dbt-profiler

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

Improve profiler performance in Snowflake #48

Closed stumelius closed 2 years ago

stumelius commented 2 years ago

Description & motivation

Improve profiler performance in Snowflake by reducing table scans using a single CTE from which column profiles are calculated.

Checklist