-
Notifications
You must be signed in to change notification settings - Fork 238
Commit
Co-authored-by: Github Build Bot <[email protected]>
- Loading branch information
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
## dbt-spark 1.6.0 - July 31, 2023 | ||
|
||
### Features | ||
|
||
- Support insert_overwrite strategy with delta ([#1013](https://github.com/dbt-labs/dbt-spark/issues/1013)) | ||
- All constraint types are supported, but not enforced. ([#656](https://github.com/dbt-labs/dbt-spark/issues/656), [#657](https://github.com/dbt-labs/dbt-spark/issues/657)) | ||
- Standardize the _connection_keys and debug_query for `dbt debug`. ([#PR754](https://github.com/dbt-labs/dbt-spark/issues/PR754)) | ||
- add dbt-spark portion of dbt_clone functionality ([#815](https://github.com/dbt-labs/dbt-spark/issues/815)) | ||
|
||
### Fixes | ||
|
||
- allow negative args for spark split part ([#688](https://github.com/dbt-labs/dbt-spark/issues/688)) | ||
- Fixed issue where table materialization was not always properly refreshing for non-admin users on Databricks ([#725](https://github.com/dbt-labs/dbt-spark/issues/725)) | ||
- Remove dead code 💀 ([#758](https://github.com/dbt-labs/dbt-spark/issues/758)) | ||
- Disallow untyped `def`'s ([#760](https://github.com/dbt-labs/dbt-spark/issues/760)) | ||
- wrap expression for check constraints in parentheses ([#7480](https://github.com/dbt-labs/dbt-spark/issues/7480)) | ||
- Allow hostname to be provided with or without trailing slash ([#302](https://github.com/dbt-labs/dbt-spark/issues/302)) | ||
- Remove dependent_projects argument from PartialProject call in unit tests ([#7955](https://github.com/dbt-labs/dbt-spark/issues/7955)) | ||
|
||
### Under the Hood | ||
|
||
- Remove unneeded type ignore ([#753](https://github.com/dbt-labs/dbt-spark/issues/753)) | ||
- drop support for python 3.7 ([#792](https://github.com/dbt-labs/dbt-spark/issues/792)) | ||
|
||
### Dependencies | ||
|
||
- Update black requirement from ~=23.1 to ~=23.3 ([#701](https://github.com/dbt-labs/dbt-spark/pull/701)) | ||
- Bump mypy from 1.1.1 to 1.2.0 ([#708](https://github.com/dbt-labs/dbt-spark/pull/708)) | ||
- Update pytest requirement from ~=7.2 to ~=7.3 ([#726](https://github.com/dbt-labs/dbt-spark/pull/726)) | ||
- Update types-pytz requirement from ~=2023.2 to ~=2023.3 ([#704](https://github.com/dbt-labs/dbt-spark/pull/704)) | ||
- Update pip-tools requirement from ~=6.12 to ~=6.13 ([#737](https://github.com/dbt-labs/dbt-spark/pull/737)) | ||
- Update pytz requirement from ~=2023.2 to ~=2023.3 ([#702](https://github.com/dbt-labs/dbt-spark/pull/702)) | ||
|
||
### Dependency | ||
|
||
- Bump pyodbc from 4.0.34 to 4.0.35 ([#417](https://github.com/dbt-labs/dbt-spark/issues/417)) | ||
|
||
### Contributors | ||
- [@Fokko](https://github.com/Fokko) ([#758](https://github.com/dbt-labs/dbt-spark/issues/758), [#760](https://github.com/dbt-labs/dbt-spark/issues/760), [#753](https://github.com/dbt-labs/dbt-spark/issues/753)) | ||
- [@dave-connors-3](https://github.com/dave-connors-3) ([#688](https://github.com/dbt-labs/dbt-spark/issues/688)) | ||
- [@flvndh](https://github.com/flvndh) ([#1013](https://github.com/dbt-labs/dbt-spark/issues/1013)) | ||
- [@tim-steinkuhler](https://github.com/tim-steinkuhler) ([#302](https://github.com/dbt-labs/dbt-spark/issues/302)) |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
version = "1.6.0rc1" | ||
version = "1.6.0" |