Skip to content

Releases: dbt-labs/dbt-external-tables

dbt-external-tables 0.9.0

29 Apr 16:03
d318127
Compare
Choose a tag to compare

What's Changed

Snowflake

BigQuery

under the hood

New Contributors

Full Changelog: 0.8.7...0.9.0

dbt-external-tables 0.9.0-b1

12 Apr 17:22
772ae8c
Compare
Choose a tag to compare
Pre-release

What's Changed

Snowflake

BigQuery

under the hood

New Contributors

Full Changelog: 0.8.7...0.9.0b1

dbt-external-tables 0.8.7

30 Aug 17:17
9a4d4da
Compare
Choose a tag to compare

What's Changed

  • Support BQ CETAS's with connection clause by @cfyans in #233
  • BigQuery check if schema already exists before trying to create it by @thomas-vl in #220

New Contributors

Full Changelog: 0.8.6...0.8.7

dbt-external-tables v0.8.6

16 Aug 08:25
f4536ba
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.8.5...0.8.6

dbt-external-tables v0.8.5

06 Jun 08:38
6b6fbde
Compare
Choose a tag to compare

What's Changed

  • Add support to infer schemas on Snowflake by @b-per in #211

New Contributors

Full Changelog: 0.8.4...0.8.5

dbt-external-tables v0.8.4

22 May 09:08
a4d7d68
Compare
Choose a tag to compare

What's Changed

  • Add namespace to redshift_is_ext_tbl call in get_external_build_plan by @MikeSchriefer in #168
  • Add source node database config to create schema ddl by @epapineau in #196

New Contributors

Full Changelog: 0.8.3...0.8.4

dbt-external-tables v0.8.3

27 Mar 03:01
34c1cc4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.8.2...0.8.3

dbt-external-tables v0.8.2

21 Sep 23:15
2a407bf
Compare
Choose a tag to compare

Fixes

  • (BigQuery) Fix column_quoted set outside the columns loop (#166)

Full Changelog: 0.8.1...0.8.2

dbt-external-tables v0.8.1

21 Sep 09:44
410b219
Compare
Choose a tag to compare

Features

  • (Snowflake) Add support for Delta lake external tables (#138)
  • (snowflake) Add configurable error integration for snowpipe (#154)

Fixes

  • (Snowflake) Fix column quoting (#135)
  • (BigQuery) Fix column quoting (#148)
  • (Spark) Fix recover_partitions macro (#163)

Contributors

dbt-external-tables v0.8.0

17 Dec 10:54
4ea5203
Compare
Choose a tag to compare

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