Skip to content

Commit 691027d

Browse files
committed
Changelog and small fix
1 parent e868d06 commit 691027d

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
1-
# dbt-dremio v1.9.1
1+
# dbt-dremio v1.10.0
22

33
## Changes
44

5-
- [#299](https://github.com/dremio/dbt-dremio/pull/299) Enhance persist_docs macro to wrap model and column metadata (including descriptions, tags and tests) into a Markdown wiki for Dremio.
5+
- Updated dbt-dremio to match dbt-core v1.10 with sample mode
6+
- Enhanced persist_docs macro to wrap model and column metadata (including descriptions, tags and tests) into a Markdown wiki for Dremio.
67
- Refactored CI
78
- Fixed tests for hooks and grants
89
- Added Dremio Enterprise Catalog tests
910

11+
## Features
12+
13+
- [#310](https://github.com/dremio/dbt-dremio/pull/310) Sample mode
14+
15+
## Dependency
16+
17+
- Upgraded dbt-core to 1.10.0 and dbt-tests-adapter to 1.16.1
18+
1019
# dbt-dremio v1.9.0
1120

1221
## Changes

dev_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ betterproto==1.2.5
44
certifi==2023.7.22
55
charset-normalizer==3.1.0
66
dbt-core==1.10.0
7-
dbt-tests-adapter==1.15.0
7+
dbt-tests-adapter==1.16.1
88
python-dotenv==1.0.1
99
exceptiongroup==1.1.1
1010
future==0.18.3

0 commit comments

Comments
 (0)