Version 0.8.0
[v0.8.0] - 2022-02-21
This is a big release for dbtvault. It's the first time we are releasing support for new platforms!
Please welcome to the dbtvault family, Google BigQuery and MS SQL Server!
This is just the start, and we're excited to bring even more platforms (and further support for existing platforms)
to you in the future!
New
Google BigQuery and MS SQL Server
- Hubs (hub macro)
- Links (link macro)
- Satellites (sat macro)
Take a look at our new Platform support matrix for a visual representation.
All platforms
- Column Escaping (#28, #23) - Docs:
dbtvault now automatically surrounds all column names with quotes. This is to allow for columns with reserved words, spaces, and other oddities. The type of quotes is configurable, please refer to the docs linked above.
Thanks
With thanks to @Andrew-Wichmann for bringing to our attention and providing code for improving our custom materialisaions with dbt's new should_full_refresh()
macro.