package v1.public.events.fusion.deps

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message DepsAddPackage

deps.proto:18

Span emitted for each individual `deps add` call. This corresponds to dbt-core's `DepsAddPackage` (M032) event.

message DepsAllPackagesInstalled

deps.proto:54

Span emitted for the entire project dependencies installation process. This is the parent span that encompasses all individual `DepsPackageInstalled` spans.

message DepsPackageInstalled

deps.proto:35

Span emitted for each individual package installation during the deps command. This corresponds to dbt-core's `DepsStartPackageInstall` (M014) & `DepsInstallInfo` (M015) event for span start and end respectively.

enum PackageType

deps.proto:7

Type of package source

Used in: DepsAddPackage, DepsPackageInstalled