skillfed

dbt-protos

Public proto bindings for dbt

dbt-protos Permissive license Apache-2.0 Active 0 v1.0.541 released

Install

dbt-protos on PyPI

pip

pip install dbt-protos

uv

uv add dbt-protos

poetry

poetry add dbt-protos

Package facts

License Apache-2.0 (permissive)
Python support supports the current Python release (>=3.6)
Install friction low — pure-Python wheel
Runtime dependencies 1 — protobuf
Maintenance actively maintained — 37 days since the last release
Last repo commit
First released
Popularity one of the top 1,000 most-downloaded packages on PyPI (30-day window, as of 2026-08-13)
Known vulnerabilities none known (OSV.dev, checked 2026-08-13)

Evidence: dbt_protos-1.0.541-py3-none-any.whl

License :: OSI Approved :: Apache Software LicenseOperating System :: OS IndependentProgramming Language :: Python :: 3

About dbt-protos

from the package's own PyPI description — quoted content, verbatim

dbt public protos

Central public protos repository for use in dbt.

This repository and library are 100% generated.

Read as markdown · JSON record · Source repository · Homepage

AI interpretation — verify before relying

AI-generated interpretation of the package facts above; every digit, version, license, or vulnerability id it cites is grounded in the facts already shown on this page

Provides auto-generated Protocol Buffer message definitions for dbt, enabling type-safe serialization and deserialization of dbt data structures across systems.

Low friction: pure Python wheel with a single runtime dependency (protobuf). Active maintenance with recent releases; last commit on 2026-08-12.

Apache-2.0 permissive license allows commercial and private use with minimal restrictions, requiring only license and copyright notice retention.

Usage

pip install dbt-protos==1.0.541
import dbt_protos
# Use generated proto message classes for dbt data structures

Requires Python >=3.6; protobuf must be installed as a runtime dependency.

Verdict: A lightweight, actively maintained utility library for dbt integrations. No known vulnerabilities, permissive licensing, and low install friction make it suitable for projects needing dbt proto interoperability. Best suited for dbt ecosystem tools rather than standalone use.

Needs verification

  • Specific proto message types and use cases supported by this version
  • Whether the 100% auto-generated nature affects stability or API compatibility across versions
dbt protocol buffersdbt proto bindingsprotobuf dbt messagesdbt serializationdbt data interchange format

Similar packages