dbt-labs / dbt-core

dbt enables data analysts and engineers to transform their data using the same practices that software engineers use to build applications.

Home Page:https://getdbt.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

use protoc 5.26.1 to generate core_types_pb2.py

MichelleArk opened this issue · comments

Housekeeping

  • I am a maintainer of dbt-core

Short description

Currently types_pb2.py is generated using protoc version 4.25.3. It looks like the latest compatible version of protoc that doesn't need any code changes (indicated by failing tests is 5.26.1).

Acceptance criteria

generate core_types_pb2.py with protoc version 5.26.1

Suggested Tests

n/a

Impact to Other Teams

n/a

Will backports be required?

nope

Context

No response