Skip to content

Version 0.9.7

Compare
Choose a tag to compare
@DVAlexHiggs DVAlexHiggs released this 19 Jul 13:37
· 230 commits to master since this release

[v0.9.7] - 2023-07-19

Documentation Status

dbt Versions

New

Databricks and Postgres

Databricks and Postgres are now fully supported in v0.9.7!

We have added support for:

Fixes

All platforms

Error handling and error messages

  • Cases where escape characters are empty now correctly use the platform default instead.
  • Cases where too many iterations (>100,000) would occur for custom vault_insert_by_x materialisations on SQLServer now raise an error.

Postgres

  • Fixed a hashing length bug (#176)