Skip to content

Releases: dbt-labs/dbt-external-tables

dbt-external-tables 0.1.3

01 Apr 21:22
88696df
Compare
Choose a tag to compare

Fixes

  • stage_external_sources macro logs the source it is staging as {schema}.{identifier} (#17)

dbt-external-tables 0.1.2

30 Mar 16:08
570f7f1
Compare
Choose a tag to compare

Fixes

  • Wrap the pattern argument in single quotes for Snowflake external tables (#16). This was initial intended behavior.

dbt-external-tables 0.1.1

21 Jan 18:33
6553a74
Compare
Choose a tag to compare

Minor fixes to reflect updates to Snowflake create external table functionality (#15). Namely:

  • By default, Snowflake now grabs all metadata automatically after creating an external table, rather than requiring the user to run alter external table ... refresh
  • Add pattern parameter to enable regex-matching of file names housed within the external location

dbt-external-tables 0.1.0

27 Nov 15:07
c01bb96
Compare
Choose a tag to compare

Initial release of core external table functionality for Snowflake and Redshift/Spectrum.

Many thanks to prerelease contributors, beta testers, and discussants:

And to all members of the dbt community who have offered their suggestions and support.