Version 0.6.1
[v0.6.1] - 2020-06-24
Added
-
dbt 0.17.0 support
WARNING This comes with a caveat that you must useconfig-version: 1
in yourdbt_project.yml
-
All macros now support multiple dispatch. This update is to make way for additional platform support (BigQuery, Postgres etc.)
Changed
- A hashdiff in the stage macro now uses
is_hashdiff
as a flag instead ofhashdiff
,
this is to clarify this config option as a boolean flag.
Improved
Macros
- Minor macro re-factors to improve readability
Removed
Macros
- Cast macro (supporting) - No longer used.
- Check relation (internal) - No longer used.