databricks / dbt-databricks

A dbt adapter for Databricks.
https://databricks.com
Apache License 2.0
226 stars 119 forks source link

Upgrade `protobuf` pin #850

Closed mikealfare closed 1 day ago

mikealfare commented 1 day ago

Signed-off-by: Mike Alfare alfare@gmail.com

Description

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