Skip to content

Patch 0.3.3: Upgrade to dbt 0.20

Compare
Choose a tag to compare
@tnightengale tnightengale released this 20 Jul 14:01
4eacd74

Added

  • Upgrade to dbt==0.20.0
  • Removed superfluous dependency on dbt_utils

Breaking Changes

  • The re.match function used to evaluate keys on required tests configs has been deprecated in favour of re.fullmatch which requires an exact match on the supplied pattern. See the re python docs for more details