Skip to content

Commit

Permalink
Merge pull request #299 from dbt-labs/posthoc-changelog-update
Browse files Browse the repository at this point in the history
Posthoc changelog update
  • Loading branch information
dataders authored May 1, 2024
2 parents d318127 + b4ab6f7 commit 4d26c38
Showing 1 changed file with 37 additions and 3 deletions.
40 changes: 37 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,38 @@
# dbt-external-tables v0.8.0
# Changelog

## dbt-external-tables v0.9.0

### Snowflake
* Add metadata_file_last_modified for snowpiped tables by @Catisyf in https://github.com/dbt-labs/dbt-external-tables/pull/239
* snowflake delta format by @danielefrigo in https://github.com/dbt-labs/dbt-external-tables/pull/240
* Support aws_sns_topic property in Snowflake by @jtmcn in https://github.com/dbt-labs/dbt-external-tables/pull/243
* alias column for snowflake external table by @cakkinep in https://github.com/dbt-labs/dbt-external-tables/pull/257
* Snowflake: Add expression parameter to columns by @kyleburke-meq @jpear3 in https://github.com/dbt-labs/dbt-external-tables/pull/275

### BigQuery
* Handle BigQuery non-string option 'max_staleness' by @marcbllv in https://github.com/dbt-labs/dbt-external-tables/pull/237
* quote project name by @thomas-vl in https://github.com/dbt-labs/dbt-external-tables/pull/242
* update external table columns by @thomas-vl in https://github.com/dbt-labs/dbt-external-tables/pull/252

### under the hood
* Fix protobuf v5 issue in CI by @thomas-vl in https://github.com/dbt-labs/dbt-external-tables/pull/258
* move to GitHub Actions by @dataders in https://github.com/dbt-labs/dbt-external-tables/pull/265
* Rebase test by @dataders in https://github.com/dbt-labs/dbt-external-tables/pull/273
* run workflow in context of base repo by @dataders in https://github.com/dbt-labs/dbt-external-tables/pull/278
* actual test case for #257 by @dataders in https://github.com/dbt-labs/dbt-external-tables/pull/290

## New Contributors
* @marcbllv made their first contribution in https://github.com/dbt-labs/dbt-external-tables/pull/237
* @Catisyf made their first contribution in https://github.com/dbt-labs/dbt-external-tables/pull/239
* @danielefrigo made their first contribution in https://github.com/dbt-labs/dbt-external-tables/pull/240
* @jtmcn made their first contribution in https://github.com/dbt-labs/dbt-external-tables/pull/243
* @cakkinep made their first contribution in https://github.com/dbt-labs/dbt-external-tables/pull/257
* @kyleburke-meq made their first contribution in https://github.com/dbt-labs/dbt-external-tables/pull/275
* @jpear3 made their first contribution in https://github.com/dbt-labs/dbt-external-tables/pull/275

**Full Changelog**: https://github.com/dbt-labs/dbt-external-tables/compare/0.8.7...0.9.0

## dbt-external-tables v0.8.0

This release supports any version (minor and patch) of v1, which means far less need for compatibility releases in the future.

Expand All @@ -15,12 +49,12 @@ This release supports any version (minor and patch) of v1, which means far less
- [@stumelius](https://github.com/stumelius) ([#111](https://github.com/dbt-labs/dbt-external-tables/pull/111))
- [@swanderz](https://github.com/swanderz) ([#110](https://github.com/dbt-labs/dbt-external-tables/pull/110))

# dbt-external-tables v0.7.3
## dbt-external-tables v0.7.3

### Fixes
- Hard code printer width for backwards compatibility with older versions of dbt Core ([#120](https://github.com/dbt-labs/dbt-external-tables/pull/120))

# dbt-external-tables v0.7.2
## dbt-external-tables v0.7.2
🚨 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.

### Fixes
Expand Down

0 comments on commit 4d26c38

Please sign in to comment.