Closed eve-johns closed 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.
get_profile
column_profiles
@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
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 thecolumn_profiles
cte in compiled code.