Get desktop application:
View/edit binary Protocol Buffers messages
Event emitted when an adapter connection is closed. Only emitted at trace log level.
Debug representation of the adapter connection being closed.
Event emitted when an adapter connection is opened. Only emitted at trace log level.
Adapter type name
Adapter backend (driver) name
Time spent waiting for connection concurrency limits to allow a node to proceed.
Number of active nodes in task runner. Empty unless trace log level is set.
Number of active adapter connections. Empty unless trace log level is set.
Raw SQL string that was executed. May be obfuscated.
Blake3, 16-bytes hash of the raw SQL string encoded as hex.
Type of the adapter (e.g. "snowflake", "bigquery", "postgres", etc.)
Optional human-readable description of the query.
Database provided query ID for the executed query, if available.
unique_id of the node that generated this query. Some queries may not be associated with a single node.
Outcome for this query execution.
Execution phase during which this query was evaluated, if available
Arbitrary adapter defined error message
Arbitrary adapter (vendor) defined error code
Legacy dbt core event code: E016 or E017
Outcome of a query execution
Used in:
Default value. Should only be set on unfinished spans
Successfully executed the query.
Failed with an error type (individual errors reported as separate events). If set, `node_error_type` with also be set to indicate the type of error.
Query was canceled (e.g. user-initiated cancellation).