Skip to content

Commit

Permalink
Merge main, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jtcohen6 committed Nov 19, 2021
1 parent 7cfef2c commit 4474b18
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
## dbt-spark 1.0.0 (Release TBD)

### Features
- Add support for Apache Hudi (hudi file format) which supports incremental merge strategies ([#187](https:/dbt-labs/dbt-spark/issues/187), [#210](https:/dbt-labs/dbt-spark/pull/210))

### Under the hood
- Refactor seed macros: remove duplicated code from dbt-core, and provide clearer logging of SQL parameters that differ by connection method ([#249](https:/dbt-labs/dbt-spark/issues/249), [#250](https:/dbt-labs/dbt-snowflake/pull/250))
- Replace `sample_profiles.yml` with `profile_template.yml`, for use with new `dbt init` ([#247](https:/dbt-labs/dbt-spark/pull/247))

### Contributors
- [@vingov](https:/vingov) ([#210](https:/dbt-labs/dbt-spark/pull/210))

## dbt-spark 1.0.0rc1 (November 10, 2021)

### Under the hood
Expand All @@ -27,15 +33,13 @@
### Fixes
- Enhanced get_columns_in_relation method to handle a bug in open source deltalake which doesnt return schema details in `show table extended in databasename like '*'` query output. This impacts dbt snapshots if file format is open source deltalake ([#207](https:/dbt-labs/dbt-spark/pull/207))
- Parse properly columns when there are struct fields to avoid considering inner fields: Issue ([#202](https:/dbt-labs/dbt-spark/issues/202))
- Add support for Apache Hudi (hudi file format) which supports incremental merge strategies: Issue ([#187](https:/dbt-labs/dbt-spark/issues/187))

### Under the hood
- Add `unique_field` to better understand adapter adoption in anonymous usage tracking ([#211](https:/dbt-labs/dbt-spark/pull/211))

### Contributors
- [@harryharanb](https:/harryharanb) ([#207](https:/dbt-labs/dbt-spark/pull/207))
- [@SCouto](https:/Scouto) ([#204](https:/dbt-labs/dbt-spark/pull/204))
- [@vingov](https:/vingov) ([#210](https:/dbt-labs/dbt-spark/pull/210))

## dbt-spark 0.21.0b2 (August 20, 2021)

Expand Down

0 comments on commit 4474b18

Please sign in to comment.