github dbt-labs/dbt-utils 1.2.0

26 days ago

What's Changed

New features

  • Add option to ignore columns in equality test by @brunocostalopes in #765
  • The equality test now accepts an additional argument, precision to aide in comparing floating point numbers by @rlh1994 in #765

Fixes

  • deduplicate macro for Databricks now uses the QUALIFY clause, which fixes NULL columns issues from the default natural join logic by @graciegoheen in #786
  • Use QUALIFY clause in deduplicate macro for Redshift by @yauhen-sobaleu in #811
  • get redshift external tables by @brendan-cook-87 in #753
  • Equality test will now raise an error when the second model has less columns than the first by @rlh1994 in #765

Documentation

  • Update documentation for get_column_values() to specify that the order_by argument must be expressed as an aggregate function by @bakerbryce in #872
  • Set the correct language identifier in code blocks within the documentation by @yamotech in #876
  • Fix typo of not_null_proportion in README.md by @PChambino in #853
  • Fix failing example for dbt_utils.deduplicate() in README.md by @pruoff in #856
  • Link to Haversine Distance article on Wikipedia by @dbeatty10 in #889

Under the hood

New Contributors

Full Changelog: 1.1.1...1.2.0

Don't miss a new dbt-utils release

NewReleases is sending notifications on new releases.