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
Upgrade dbt-dremio to support dbt-core 1.5.0.
### Description
- Add support Python 3.11
- Add support for relevant tests
- caching
- hooks
- simple_copy
- Add support model contracts
- Upgrades request to 2.31.0 (Closes#183)
### Test Results
- [x] `./.github/scripts/smoke_test.sh` - all pass
- [x] `./tests/*.*` - all pass
### Changelog
- [x] Added a summary of what this PR accomplishes to CHANGELOG.md
### Related Issue
#179
Background
The latest version of dbt Core,
dbt-core==1.5.0rc1
, was published on April 13, 2023 (PyPI | Github).How to upgrade
dbt-labs/dbt-core#7213 is an open discussion with more detailed information. If you have questions, please put them there!
The above linked guide has more information, but below is a high-level checklist of work that would enable a successful 1.5.0 release of your adapter.
Add support for materialized views(this likely will be bumped to 1.6.0)the next minor release:
1.6.0
FYI,
dbt-core==1.6.0
is expected to be released at the end of July, with a release cut at least two weeks prior.The text was updated successfully, but these errors were encountered: