Skip to content

dbt-external-tables v0.8.0

Compare
Choose a tag to compare
@jtcohen6 jtcohen6 released this 17 Dec 10:54
· 116 commits to main since this release
4ea5203

This release supports any version (minor and patch) of v1, which means far less need for compatibility releases in the future.

Features

  • (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 with using: delta) will run alter table ... recover partitions. (#116)

Under the hood

  • Use standard logging, thereby removing dependency on dbt_utils (#119)
  • Remove synapse__-prefixed "passthrough" macros, now that dbt-synapse can use sqlserver__-prefixed macros instead (#110)

Contributors