Skip to content

Commit 5c61612

Browse files
authored
new v1.8.1 version release (#260)
### Summary Release notes for new 1.8.1 version
1 parent 50fe20a commit 5c61612

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

CHANGELOG.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# dbt-dremio v1.8.0
1+
# dbt-dremio v1.8.1
22

33
## Changes
44

@@ -20,15 +20,21 @@
2020
- Views also perform `persist_docs` macro
2121
- Integration via REST API
2222

23+
## Features
24+
25+
- [#250](https://github.com/dremio/dbt-dremio/pull/250) Implementation of wikis and tags feature
26+
- [#250](https://github.com/dremio/dbt-dremio/pull/256) Reflections are now handled through the Rest API
27+
28+
# dbt-dremio v1.8.0
29+
2330
## Dependency
2431

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

2734
## Features
2835

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

3339
# dbt-dremio v1.7.0
3440

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The `dbt-dremio` package contains all of the code enabling dbt to work with [Dre
1010

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

13-
## dbt-dremio version 1.8.0
13+
## dbt-dremio version 1.8.1
1414

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

dbt/adapters/dremio/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
# See the License for the specific language governing permissions and
1010
# limitations under the License.
1111

12-
version = "1.8.0"
12+
version = "1.8.1"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
package_name = "dbt-dremio"
2424

25-
package_version = "1.8.0"
25+
package_version = "1.8.1"
2626

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

0 commit comments

Comments
 (0)