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
### Summary
dbt-core migration to 1.8.* version
### Description
Summarisation of 2 PRs to migrate to dbt-core 1.8.* version
### Test Results
I'm expecting it as a baseline for future improvements.
Tests statistics after migration to dbt 1.8 (with CE Dremio on-prem
version):
tests:
- caching: passing
- component: 2 out of 4 are passing (these tests rely on both DC and
Software dremio versions)
- functional:
- basic: passing with ignored snapshot tests.
- dbt_clone: failing
- dremio_specific: passing
- empty: failing
- grants: failing
- query_comment: passing
- relation: 1 out of 2 are passing
- unit_testing: failing
- utils: passing
- hooks: 7 out of 12 are passing
- simple_copy: passing
- unit: passing
### Changelog
- [x] migration to dbt-core 1.8 is finished
- [x] some tests are failing still
---------
Co-authored-by: Ravjot Brar <83892020+ravjotbrar@users.noreply.github.com>
Copy file name to clipboardexpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -6,20 +6,20 @@ dbt is the T in ELT. Organize, cleanse, denormalize, filter, rename, and pre-agg
6
6
7
7
[Dremio docs for our dbt adapter ](https://github.com/dremio/dbt-dremio/wiki/Using-Materializations-with-Dremio)
8
8
9
-
## dbt-dremio version 1.7.0
10
-
11
9
The `dbt-dremio` package contains all of the code enabling dbt to work with [Dremio](https://www.dremio.com/). For more information on using dbt with Dremio, consult [the docs](https://docs.getdbt.com/reference/warehouse-profiles/dremio-profile).
12
10
13
11
The dbt-dremio package supports both Dremio Cloud and Dremio Software (versions 22.0 and later).
14
12
15
-
Version 1.7.0 of the dbt-dremio adapter is compatible with dbt-core versions 1.2.0 to 1.7.*.
13
+
## dbt-dremio version 1.8.0
14
+
15
+
Version 1.8.0 of the dbt-dremio adapter is compatible with dbt-core versions 1.8.*.
16
16
17
17
> Prior to version 1.1.0b, dbt-dremio was created and maintained by [Fabrice Etanchaud](https://github.com/fabrice-etanchaud) on [their GitHub repo](https://github.com/fabrice-etanchaud/dbt-dremio). Code for using Dremio REST APIs was originally authored by [Ryan Murray](https://github.com/rymurr). Contributors in this repo are credited for laying the groundwork and maintaining the adapter till version 1.0.6.5. The dbt-dremio adapter is maintained and distributed by Dremio starting with version 1.1.0b.
- Version 1.7.0 of dbt-dremio requires dbt-core >= 1.2.0 and <= 1.7.*. Installing dbt-dremio will automatically upgrade existing dbt-core versions earlier than 1.2.0 to 1.7.*, or install dbt-core v1.7.0 if no version of dbt-core is found.
22
+
- Version 1.8.0 of dbt-dremio requires dbt-core >= 1.8.*.
23
23
- Read the [introduction](https://docs.getdbt.com/docs/introduction/) and [viewpoint](https://docs.getdbt.com/docs/about/viewpoint/)
0 commit comments