Get desktop application:
View/edit binary Protocol Buffers messages
Hook outcome for a single hook execution
Used in:
Hook completed successfully
Hook failed with an error
Hook was canceled (e.g. user-initiated cancellation)
Span event tracking execution of a single hook (operation). Maps to dbt-core's LogHookStartLine (Q032) and LogHookEndLine (Q033) events.
Package name that owns this hook.
Hook name (applicable for on-run-start/on-run-end hooks)
Type of hook being executed
0-based index in the execution order of this hook category (for example, within on-run-start). This index is global across dependencies and current project.
unique_id of the associated node (for pre/post hooks) unique_id of the hook itself for on-run-start/on-run-end hooks
Outcome of the hook execution
Legacy dbt core event code. Set to Q032 for start, Q033 for end.
Execution phase in which this hook ran.
Hook type indicating which hook this is
Used in:
on-run-start hook configured in the project
on-run-end hook configured in the project
pre-hook executed before a specific node
post-hook executed after a specific node