Skip to content

1.0.0-b2

Pre-release
Pre-release
Compare
Choose a tag to compare
@joellabes joellabes released this 04 Oct 05:40

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