- Add metadata_file_last_modified for snowpiped tables by @Catisyf in dbt-labs#239
- snowflake delta format by @danielefrigo in dbt-labs#240
- Support aws_sns_topic property in Snowflake by @jtmcn in dbt-labs#243
- alias column for snowflake external table by @cakkinep in dbt-labs#257
- Snowflake: Add expression parameter to columns by @kyleburke-meq @jpear3 in dbt-labs#275
- Handle BigQuery non-string option 'max_staleness' by @marcbllv in dbt-labs#237
- quote project name by @thomas-vl in dbt-labs#242
- update external table columns by @thomas-vl in dbt-labs#252
- Fix protobuf v5 issue in CI by @thomas-vl in dbt-labs#258
- move to GitHub Actions by @dataders in dbt-labs#265
- Rebase test by @dataders in dbt-labs#273
- run workflow in context of base repo by @dataders in dbt-labs#278
- actual test case for #257 by @dataders in dbt-labs#290
- @marcbllv made their first contribution in dbt-labs#237
- @Catisyf made their first contribution in dbt-labs#239
- @danielefrigo made their first contribution in dbt-labs#240
- @jtmcn made their first contribution in dbt-labs#243
- @cakkinep made their first contribution in dbt-labs#257
- @kyleburke-meq made their first contribution in dbt-labs#275
- @jpear3 made their first contribution in dbt-labs#275
Full Changelog: https://github.com/dbt-labs/dbt-external-tables/compare/0.8.7...0.9.0
This release supports any version (minor and patch) of v1, which means far less need for compatibility releases in the future.
- (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 withusing: delta
) will runalter table ... recover partitions
.
- Use standard logging, thereby removing dependency on
dbt_utils
(#119) - Remove
synapse__
-prefixed "passthrough" macros, now thatdbt-synapse
can usesqlserver__
-prefixed macros instead (#110)
- @JCZuurmond (#116)
- @stumelius (#111)
- @swanderz (#110)
- Hard code printer width for backwards compatibility with older versions of dbt Core (#120)
🚨 This is a compatibility release in preparation for dbt-core
v1.0.0 (🎉). Projects using this version with dbt-core
v1.0.x can expect to see a deprecation warning. This will be resolved in the next minor release.