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

Support dbt-core 1.9 #186

Merged
merged 5 commits into from
Dec 16, 2024
Merged

Support dbt-core 1.9 #186

merged 5 commits into from
Dec 16, 2024

Conversation

syou6162
Copy link
Contributor

@syou6162 syou6162 commented Dec 10, 2024

Finally, dbt 1.9.0 has been released 🎉. Since dbt-osmosis only supported up to 1.8, I made the necessary changes to dbt 1.9 in this pull request.


When dbt-core was upgraded to 1.9, I discovered that CI for versions of dbt prior to 1.7 would fail due to the change in the protobuf version requirement to >=5.0,<=6.0 (note that the dbt-osmosis test is not failing, but the dbt parse part is failing).

It is possible to add support for protobuf if you put in a lot of effort, but since dbt versions prior to 1.7 are reaching their end of life, I thought it would be difficult to continue supporting them.

Also, since the dbt-osmosis artifacts are managed by version, users who want to use versions prior to dbt 1.7 can continue to use them by specifying a specific release version. For this reason, I have excluded dbt 1.6 and 1.7 from the scope of support in this pull request.

@syou6162 syou6162 changed the title Support dbt 1.9.0 Support dbt 1.9 Dec 10, 2024
@syou6162 syou6162 changed the title Support dbt 1.9 Support dbt-core 1.9.0 Dec 10, 2024
@syou6162 syou6162 marked this pull request as ready for review December 10, 2024 05:58
@syou6162
Copy link
Contributor Author

@z3z1ma Could you review this pull request? The pull request fixes also include dropping support for older versions of dbt, so I would also like to have the policy reviewed for appropriateness.

@syou6162 syou6162 changed the title Support dbt-core 1.9.0 Support dbt-core 1.9 Dec 10, 2024
@syou6162 syou6162 mentioned this pull request Dec 10, 2024
@z3z1ma
Copy link
Owner

z3z1ma commented Dec 16, 2024

LGTM. Will go through things again before cutting a pypi release.

@z3z1ma z3z1ma merged commit 87d37bb into z3z1ma:main Dec 16, 2024
7 checks passed
@syou6162 syou6162 deleted the support_dbt_1.9.0 branch December 16, 2024 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants