github dbt-labs/dbt-utils 1.0.0-b2

latest releases: 1.3.0, 1.2.0, 1.2.0-rc1...
pre-release23 months ago

Small tweaks

Breaking Changes

  • Limit columns selected in expression_is_true when not storing failures to the database, to improve BQ resource consumption. by @elyobo in #686
  • Remove dbt_utils.current_timestamp(), and replace internal usages of dbt_utils.current_timestamp() with dbt.current_timestamp_backcompat() from dbt Core. This provides consistent behaviour to old versions of dbt utils, but brings all of the weirdness into one place (dbt Core). @colin-rogers-dbt in #694
  • 🚨 🚨 🚨 Replace surrogate_key with generate_surrogate_key, which treats null and '' differently by @dave-connors-3 in #685. Opt into the legacy behaviour by creating a variable like this in dbt_project.yml:
# dbt_project.yml
...
vars:
  dbt_utils:
    surrogate_key_treat_nulls_as_empty_strings: True

New Contributors

Full Changelog: 1.0.0-b1...1.0.0-b2

Don't miss a new dbt-utils release

NewReleases is sending notifications on new releases.