Version 0.9.7
[v0.9.7] - 2023-07-19
New
Databricks and Postgres
Databricks and Postgres are now fully supported in v0.9.7!
We have added support for:
- Transactional Links (t_link macro)
- Effectivity Satellites (eff_sat macro)
- Multi-active Satellites (ma_sat macro)
- Extended Tracking Satellites (xts macro)
- Point in Time tables (PITs) (pit macro)
- Bridges (bridge macro)
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)