0.3.0
🚨 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.
- Documentation improvements (#201 @CaptainEli , #203 @avishalom)
- Whitespace cleanups (#196 / #199 @Limess)
🙏 Thank you to all our contributors!