Patch 0.3.3: Upgrade to dbt 0.20
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 ofre.fullmatch
which requires an exact match on the supplied pattern. See the re python docs for more details