dbt is updating protobuf to >=5.0,<6.0 in dbt-common, dbt-adapters, and dbt-core. This package was pinned in dbt-databricks to avoid version conflicts. Since protobuf does not allow for multiple majors in the same project, this needs to be updated as a breaking change. This PR mitigates the impact of upgrading in the dbt packages.
Checklist
[x] I have run this code in development and it appears to resolve the stated issue
[x] This PR includes tests, or tests are not required/relevant for this PR
[x] I have updated the CHANGELOG.md and added information about my change to the "dbt-databricks next" section.
Signed-off-by: Mike Alfare alfare@gmail.com
Description
dbt is updating
protobuf
to>=5.0,<6.0
indbt-common
,dbt-adapters
, anddbt-core
. This package was pinned indbt-databricks
to avoid version conflicts. Sinceprotobuf
does not allow for multiple majors in the same project, this needs to be updated as a breaking change. This PR mitigates the impact of upgrading in the dbt packages.Checklist
CHANGELOG.md
and added information about my change to the "dbt-databricks next" section.