Skip to content

Commit

Permalink
added entry in CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
francescomucio committed Jun 29, 2022
1 parent 4c944e3 commit ccfb64f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

### Fixes
- `adapter.get_columns_in_relation` (method) and `get_columns_in_relation` (macro) now return identical responses. The previous behavior of `get_columns_in_relation` (macro) is now represented by a new macro, `get_columns_in_relation_raw` ([#354](https://github.com/dbt-labs/dbt-spark/issues/354), [#355](https://github.com/dbt-labs/dbt-spark/pull/355))
- Handled inconsistent Bigint/Long datatype returned by Spark using `describe` and `show table extended`.

### Under the hood
- Add `DBT_INVOCATION_ENV` environment variable to ODBC user agent string ([#366](https://github.com/dbt-labs/dbt-spark/pull/366))
Expand All @@ -12,6 +13,8 @@
### Contributors
- [@ueshin](https://github.com/dbt-labs/dbt-spark/commits?author=ueshin) ([#365](https://github.com/dbt-labs/dbt-spark/pull/365))
- [@dbeatty10](https://github.com/dbeatty10) ([#359](https://github.com/dbt-labs/dbt-spark/pull/359))
- [@francescomucio](https://github.com/francescomucio) ([#357](https://github.com/dbt-labs/dbt-spark/pull/357))


## dbt-spark 1.1.0 (April 28, 2022)

Expand Down

0 comments on commit ccfb64f

Please sign in to comment.