Get desktop application:
View/edit binary Protocol Buffers messages
Invocation event holding identifying info and flattened attributes.
UUID string for the invocation id, either as passed in via args or generated (UUIDv7 in that case). Note, that `trace_id` is the same value stored as bytes and generally preferred for correlation with other events as it is present on all telemetry records.
Raw command string as executed.
Structured evaluation arguments.
Process-wide attributes.
Aggregate invocation metrics.
Optional parent span ID for trace correlation. This allows linking this invocation to an external trace.
Structured evaluation arguments for the invocation.
Used in:
The dbt command executed, e.g. "run", "test", "build".
The profile directory to load the profiles from
The directory to install packages
dbt target, e.g. "dev", "prod"
Profile name used for the invocation
Vars to pass to the jinja environment. JSON blob string.
Limiting number of shown rows. None means no limit; --limit -1 to remove limit
The number of threads to use
yaml selector
Select nodes to operate on
Select nodes to exclude from selected nodes
Indirect selection mode
Show output keys
Resource types to filter by
Exclude nodes of a specific type
Debug flag
Logging format
Minimum severity for console/log file
'log-path' for the current run, overriding 'DBT_LOG_PATH'.
The output directory for all produced assets
The directory to load the dbt project from
Suppress all non-error logging to stdout
Write JSON artifacts to disk
Write a catalog.json file to the target directory
Whether dbt State management (auto-deferral) is enabled for this invocation, resolved from --manage-state, DBT_ENGINE_MANAGE_STATE, or `flags.manage_state` in dbt_project.yml / user settings.
Aggregate invocation metrics.
Used in:
Counts of nodes processed by node type (e.g., "model", "test", "seed"). Key is the lowercase node type name.
Counts of node outcomes by status category. Keys are: "success", "warn", "error", "reused", "skipped", "canceled", "no_op". Only non-zero counts are included.