github dbt-labs/dbt-utils 0.3.0

latest releases: 1.2.0, 1.2.0-rc1, 1.1.1...
4 years ago

🚨 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!

Don't miss a new dbt-utils release

NewReleases is sending notifications on new releases.