Skip to content

Commit

Permalink
new v1.8.1 version release (#260)
Browse files Browse the repository at this point in the history
### Summary

Release notes for new 1.8.1 version
  • Loading branch information
howareyouman authored Jan 13, 2025
1 parent 50fe20a commit 5c61612
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# dbt-dremio v1.8.0
# dbt-dremio v1.8.1

## Changes

Expand All @@ -20,15 +20,21 @@
- Views also perform `persist_docs` macro
- Integration via REST API

## Features

- [#250](https://github.com/dremio/dbt-dremio/pull/250) Implementation of wikis and tags feature
- [#250](https://github.com/dremio/dbt-dremio/pull/256) Reflections are now handled through the Rest API

# dbt-dremio v1.8.0

## Dependency

- [#222](https://github.com/dremio/dbt-dremio/issues/222) Upgrade dbt-core to 1.8.8 and dbt-tests-adapter to 1.8.0

## Features

- [#223](https://github.com/dremio/dbt-dremio/issues/224) Implement merge strategy for incremental materializations
- [#229](https://github.com/dremio/dbt-dremio/issues/229) Add max operator to get_relation_last_modified macro
- [#250](https://github.com/dremio/dbt-dremio/pull/250) Implementation of wikis and tags feature
- [#229](https://github.com/dremio/dbt-dremio/issues/229) Add max operator to get_relation_last_modified macro

# dbt-dremio v1.7.0

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The `dbt-dremio` package contains all of the code enabling dbt to work with [Dre

The dbt-dremio package supports both Dremio Cloud and Dremio Software (versions 22.0 and later).

## dbt-dremio version 1.8.0
## dbt-dremio version 1.8.1

Version 1.8.0 of the dbt-dremio adapter is compatible with dbt-core versions 1.8.*.

Expand Down
2 changes: 1 addition & 1 deletion dbt/adapters/dremio/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version = "1.8.0"
version = "1.8.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

package_name = "dbt-dremio"

package_version = "1.8.0"
package_version = "1.8.1"

description = """The Dremio adapter plugin for dbt"""

Expand Down

0 comments on commit 5c61612

Please sign in to comment.