File tree 4 files changed +12
-6
lines changed
4 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1
- # dbt-dremio v1.8.0
1
+ # dbt-dremio v1.8.1
2
2
3
3
## Changes
4
4
20
20
- Views also perform ` persist_docs ` macro
21
21
- Integration via REST API
22
22
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
+
23
30
## Dependency
24
31
25
32
- [ #222 ] ( https://github.com/dremio/dbt-dremio/issues/222 ) Upgrade dbt-core to 1.8.8 and dbt-tests-adapter to 1.8.0
26
33
27
34
## Features
28
35
29
36
- [ #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
32
38
33
39
# dbt-dremio v1.7.0
34
40
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ The `dbt-dremio` package contains all of the code enabling dbt to work with [Dre
10
10
11
11
The dbt-dremio package supports both Dremio Cloud and Dremio Software (versions 22.0 and later).
12
12
13
- ## dbt-dremio version 1.8.0
13
+ ## dbt-dremio version 1.8.1
14
14
15
15
Version 1.8.0 of the dbt-dremio adapter is compatible with dbt-core versions 1.8.* .
16
16
Original file line number Diff line number Diff line change 9
9
# See the License for the specific language governing permissions and
10
10
# limitations under the License.
11
11
12
- version = "1.8.0 "
12
+ version = "1.8.1 "
Original file line number Diff line number Diff line change 22
22
23
23
package_name = "dbt-dremio"
24
24
25
- package_version = "1.8.0 "
25
+ package_version = "1.8.1 "
26
26
27
27
description = """The Dremio adapter plugin for dbt"""
28
28
You can’t perform that action at this time.
0 commit comments