Skip to content

Version 0.6.1

Compare
Choose a tag to compare
@DVAlexHiggs DVAlexHiggs released this 24 Jun 16:57
· 3909 commits to master since this release

[v0.6.1] - 2020-06-24

Documentation Status

Added

  • dbt 0.17.0 support
    WARNING This comes with a caveat that you must use config-version: 1 in your dbt_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 of hashdiff,
    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.