Skip to content

Releases: dbt-labs/dbt-external-tables

0.10.0-b1

25 Oct 19:41
5f344e6
Compare
Choose a tag to compare
0.10.0-b1 Pre-release
Pre-release

What's Changed

Snowflake

  • Refactor create_external_table.sql in snowflake plugin by @kyleburke-meq in #318
  • stage_external_sources Comparing source_name of the node instead of the name of the node by @ward-resa in #312
  • added ignore_case for Snowflake by @cakkinep in #308

New Contributors

Full Changelog: 0.9.0...0.10.0-b1

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