package v1.public.events.fusion.log

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

message CompiledCode

compiled.proto:10

Log event that carries compiled SQL for a project node. `sql` may contain user data and may be scrubbed when sensitive telemetry collection is disabled.

message CompiledCodeInline

compiled.proto:25

Log event that carries inline compiled SQL code.

message ListItemOutput

list_item.proto:17

Event emitted for each item in a list command output. This event replaces the dbt-core PrintEvent (Z052) for list operations.

enum ListOutputFormat

list_item.proto:7

Output format for list command

Used in: ListItemOutput

message LogMessage

log.proto:10

Generic event for log messages that do not cary special meaning or additional metadata beyond the standard fields

message ProgressMessage

log.proto:93

A variation of a log message indicating execution progress. Unlike regular log messages, progress messages specify an action and a target, as well as optional description. Used by various commands (debug, deps, etc.) to report progress steps.

message ShowDataOutput

show_data.proto:19

Event emitted when displaying inline data (e.g., from show command). This event replaces the dbt-core ShowNode event (Q041) for inline data display.

enum ShowDataOutputFormat

show_data.proto:7

Output format for list command

Used in: ShowDataOutput

message ShowResult

show_result.proto:15

Event emitted when displaying verbose/diagnostic output controlled by --show flag. This includes internal structures like manifests, schedules, stats, task graphs, etc.

enum ShowResultOutputFormat

show_result.proto:7

Output format for ShowResult content.

Used in: ShowResult

message StateModifiedDiff

log.proto:121

Event emitted when comparing nodes/configs for state modification details.

message UserLogMessage

log.proto:57

Event emitted when user explicitly logs messages via jinja's print() or log() functions. This event maps to dbt-core's JinjaLogInfo (I061-I063) events.