Skip to content

Commit

Permalink
Update about-cloud-ide.md (#4181)
Browse files Browse the repository at this point in the history
## What are you changing in this pull request and why?

The IDE only uses dbt-rpc for dbt-core <1.5, and will not use it in the
future, as the `dbt-rpc` package has been deprecated
  • Loading branch information
mirnawong1 authored Oct 4, 2023
2 parents dbd7814 + 3265912 commit b03d5fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/docs/cloud/about-cloud/about-cloud-ide.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: "about dbt Cloud Integrated Development Environment"
sidebar_label: About dbt Cloud IDE
---

The dbt Cloud integrated development environment (IDE) is a single interface for building, testing, running, and version-controlling dbt projects from your browser. With the Cloud IDE, you can compile dbt code into SQL and run it against your database directly. The IDE leverages the open-source [dbt-rpc](/reference/commands/rpc) plugin to recompile only the changes made in your project.
The dbt Cloud integrated development environment (IDE) is a single interface for building, testing, running, and version-controlling dbt projects from your browser. With the Cloud IDE, you can compile dbt code into SQL and run it against your database directly.


With the Cloud IDE, you can:
Expand Down

0 comments on commit b03d5fa

Please sign in to comment.