Skip to content

0.3.0

Compare
Choose a tag to compare
@clrcrl clrcrl released this 08 Apr 13:50

🚨 This release contains a breaking change

This package now requires dbt >=0.15.1

Fixes

  • The surrogate_key macro now takes a list instead multiple arguments (#197 @DylanBaker).
-- before
{{ dbt_utils.surrogate_key('field_a', 'field_b') }}
-- after
{{ dbt_utils.surrogate_key(['field_a', 'field_b']) }}

Support for multiple arguments will be removed in a future release.

🙏 Thank you to all our contributors!