Skip to content

Version 0.5

Compare
Choose a tag to compare
@DVChrisF DVChrisF released this 24 Feb 15:16

[v0.5] - 2020-02-24

Documentation Status

Added

  • Metadata is now provided in the dbt_project.yml file. This means metadata can be managed in one place.
    Read Migrating from v0.4 to v0.5 for more information.

Removed/Deprecated

  • [Deprecated] Target column metadata mappings are no longer required
  • [Deprecated] Manual column mapping using triples to provide data-types and aliases (messy and bad practice).
  • [Removed] copyright notice from generated tables (we are open source, duh!)

Fixed

  • Hashing a single column (using the hash macros) which contains a NULL value now works as intended.