You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.