Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Posthoc changelog update #299

Merged
merged 2 commits into from
May 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading