Get desktop application:
View/edit binary Protocol Buffers messages
CLI invocation lifecycle event. Each dbt-index command emits a start/end pair linked by invocation_id. Tracks activation (installs), engagement (WAP via distinct project_id/week), and command performance.
Server-side enrichment (IP geolocation, client platform).
Unique identifier for this event.
Links start and end events for the same command execution.
"start" or "end".
Subcommand name (e.g. "ingest", "query", "serve"). Not full CLI args.
Exit status: "ok" or "error". Only set on end events.
Wall-clock execution time in milliseconds. Only set on end events.
dbt-index binary version.
Pseudonymous UUID from ~/.dbt/.user.yml cookie.
MD5 hash of the dbt project name (not the actual name).
Operating system: "macos", "linux", or "windows".
dbt project name (raw, not hashed). From manifest metadata.
Adapter type (e.g. "snowflake", "bigquery"). From manifest metadata.
dbt version that produced the artifacts. From manifest metadata.
dbt Cloud account ID. From ~/.dbt/dbt_cloud.yml.
dbt Cloud account host / subdomain (e.g. "cloud.getdbt.com"). From ~/.dbt/dbt_cloud.yml.
dbt Cloud project ID (numeric). From ~/.dbt/dbt_cloud.yml.
Global account identifier. From dbt Cloud admin API.
Resource counts emitted once per ingest. Captures project size for segmentation of WAP and performance metrics.
Server-side enrichment (IP geolocation, client platform).
Unique identifier for this event.
Foreign key to the ingest DbtIndexInvocation.
Count of models in the project.
Count of tests in the project.
Count of sources in the project.
Count of snapshots in the project.
Count of seeds in the project.
Whether catalog.json was present during ingest.
Whether run_results.json was present during ingest.
Count of exposures in the project.
Count of metrics in the project.
Count of groups in the project.
Count of semantic models in the project.
MCP tool call event from dbt-index serve mode. Each row represents one tool call made by an AI agent through the MCP server.
Server-side enrichment (IP geolocation, client platform).
Unique identifier for this event.
Foreign key to the serve DbtIndexInvocation.
The MCP tool that was called (e.g. "query", "search", "node", "lineage").
Whether the tool call returned an error.
Wall-clock time of the tool call in milliseconds.