Releases: dbt-labs/dbt-external-tables
Releases · dbt-labs/dbt-external-tables
dbt-external-tables 0.1.3
Fixes
stage_external_sources
macro logs the source it is staging as{schema}.{identifier}
(#17)
dbt-external-tables 0.1.2
Fixes
- Wrap the
pattern
argument in single quotes for Snowflake external tables (#16). This was initial intended behavior.
dbt-external-tables 0.1.1
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
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.