Skip to content
Zed

dbt-plan for Zed

io.github.presentjay/dbt-plan

Predicts the DDL a dbt change will execute, before you run it. Reads files, not the warehouse.

client:Zed transport:stdio runtime:pypi

Install dbt-plan in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "dbt-plan": {
      "command": "uvx",
      "args": [
        "dbt-plan"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

dbt-plan in other clients