Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade to support dbt-core v1.5.0 #179

Closed
4 tasks done
dataders opened this issue Apr 19, 2023 · 2 comments · Fixed by #186
Closed
4 tasks done

upgrade to support dbt-core v1.5.0 #179

dataders opened this issue Apr 19, 2023 · 2 comments · Fixed by #186
Assignees
Labels

Comments

@dataders
Copy link
Collaborator

dataders commented Apr 19, 2023

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 Python 3.11 (if you haven't already)
  • Add support for relevant tests (there's a lot of new ones!)
  • Add support model contracts
  • 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.

@ArgusLi ArgusLi self-assigned this May 31, 2023
@ArgusLi
Copy link
Contributor

ArgusLi commented Jun 18, 2023

Tests Implemented:

  • caching
  • hooks
  • simple_copy

@ArgusLi ArgusLi linked a pull request Jun 18, 2023 that will close this issue
3 tasks
ArgusLi added a commit that referenced this issue Jun 21, 2023
### 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
@dataders
Copy link
Collaborator Author

@ArgusLi just in time for me for me to create the issue asking you to upgrade to dbt core 1.6 😸

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging a pull request may close this issue.

2 participants