File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # dbt-dremio v1.8.0
1+ # dbt-dremio v1.8.1
22
33## Changes
44
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
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
1010
1111The 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
1515Version 1.8.0 of the dbt-dremio adapter is compatible with dbt-core versions 1.8.* .
1616
Original file line number Diff line number Diff line change 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 "
Original file line number Diff line number Diff line change 2222
2323package_name = "dbt-dremio"
2424
25- package_version = "1.8.0 "
25+ package_version = "1.8.1 "
2626
2727description = """The Dremio adapter plugin for dbt"""
2828
You can’t perform that action at this time.
0 commit comments