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

The dbt-snowflake requires >=4.0.0 while pyzeebe has dependency on <4.0, making it impossible to use dbt with camunda #361

Closed
arijaleagle opened this issue Oct 9, 2023 · 2 comments · Fixed by #383

Comments

@arijaleagle
Copy link

protobuf = ">=3.19.0,<4"

dbt-core (1.6.4) depends on protobuf (>=4.0.0)
and dbt-core (1.6.5) depends on protobuf (>=4.0.0), dbt-core (>=1.6.0,<1.7.0) requires protobuf (>=4.0.0).
And because pyzeebe (>=3.0.4) requires protobuf (>=3,<4) (1), pyzeebe (>=3.0.4) is incompatible with dbt-core (>=1.6.0,<1.7.0)

@xomiamoore
Copy link
Contributor

@JonatanMartens, any insight here?

@arijaleagle
Copy link
Author

Last few branches failed, otherwise, I would have attempted to upgrade the version. we just need to use "zeebe-grpc"
with version = 8.2.1 instead of "8.0.4.post1". The newer version https://pypi.org/project/zeebe-grpc/#data depends on protobuf 4.21.

Thank you

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 a pull request may close this issue.

2 participants