snowplow / dbt-snowplow-utils

Snowplow utility functions to be used in conjunction with the snowplow-web dbt package.
Other
13 stars 6 forks source link

Release/snowplow utils/0.13.1 #112

Closed agnessnowplow closed 1 year ago

agnessnowplow commented 1 year ago

Description & motivation

This release introduces a new cross-db macro - get_array_to_string - to harmonise array to string transformations, as well as adds more features / optimisations to some of the existing macros. There are some automations and simplifications made under the hood for easier maintenance and clarity.

Features

Get string agg optimisations Add get_array_to_string macro Fix unnest macro for Postgres and snowflake (Close #105) Add delimiter parameter to get_split_to_array (Close #106) Tidy macro inheritance Add warning for no data returned for model limits Document macros in yaml, add new macro, prepare to depeciate Add action for generating docs for pages

Checklist

Release Only Checklist

rlh1994 commented 1 year ago

I've just added that this also closes #101 as well, we could put it in the release notes if we want but otherwise looks good!