You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,17 @@
1
-
# dbt-dremio v1.9.1
1
+
# dbt-dremio v1.10.0
2
2
3
3
## Changes
4
4
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 samples mode
6
+
- Enhanced persist_docs macro to wrap model and column metadata (including descriptions, tags and tests) into a Markdown wiki for Dremio.
6
7
- Refactored CI
7
8
- Fixed tests for hooks and grants
8
9
- Added Dremio Enterprise Catalog tests
9
10
11
+
## Dependency
12
+
13
+
- Upgraded dbt-core to 1.10.0 and dbt-tests-adapter to 1.16.1
0 commit comments