data-mie / dbt-profiler

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

Feature request: Handling structs #67

Closed eve-johns closed 1 year ago

eve-johns commented 1 year ago

Currently the macro get_profile cannot handle struct columns. I tried using struct itself, or using struct_col.*. It would either show this below error message or missing the column_profiles cte in compiled code.

image

stumelius commented 1 year ago

@eve-johns Thanks for raising this issue. I implemented a fix and created a new release https://github.com/data-mie/dbt-profiler/releases/tag/0.6.3