This release supports any version (minor and patch) of v1, which means far less need for compatibility releases in the future.
- (Snowflake) Support for regex
pattern
in snowpipes (#111, #122) - (Apache Spark) Real support for partitioned external tables. Note that external sources with
partitions
defined were implicitly skipped. Going forward, sources with partitions defined (excluding those withusing: delta
) will runalter table ... recover partitions
.
- Use standard logging, thereby removing dependency on
dbt_utils
(#119) - Remove
synapse__
-prefixed "passthrough" macros, now thatdbt-synapse
can usesqlserver__
-prefixed macros instead (#110)
- @JCZuurmond (#116)
- @stumelius (#111)
- @swanderz (#110)
- Hard code printer width for backwards compatibility with older versions of dbt Core (#120)
🚨 This is a compatibility release in preparation for dbt-core
v1.0.0 (🎉). Projects using this version with dbt-core
v1.0.x can expect to see a deprecation warning. This will be resolved in the next minor release.