Get desktop application:
View/edit binary Protocol Buffers messages
Span emitted for each individual `deps add` call. This corresponds to dbt-core's `DepsAddPackage` (M032) event.
The name of the package that was installed
The type of the package source
Optional version of the package (for hub packages, this is semantic version; for git/private, this is commit SHA)
Legacy dbt core event code for backward compatibility (always "M032")
Span emitted for the entire project dependencies installation process. This is the parent span that encompasses all individual `DepsPackageInstalled` spans.
Total number of packages to be installed
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.
The name of the package that was installed. The name may not be known at span start.
The type of the package source
Optional version of the package (for hub packages, this is semantic version; for git/private, this is commit SHA)
Optional scrubbed URL or path (for git, local, tarball packages)
Legacy dbt core event code for backward compatibility ("M014" for start, "M015" for end)
Type of package source
Used in: ,