Skip to content

Commit

Permalink
add to features page
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 committed Jan 30, 2025
1 parent b4f29c5 commit 16a65ba
Show file tree
Hide file tree
Showing 4 changed files with 596 additions and 3 deletions.
11 changes: 9 additions & 2 deletions website/docs/docs/cloud/about-cloud/about-dbt-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ dbt Cloud's [flexible plans](https://www.getdbt.com/pricing/) and features make

<Card
title="dbt Cloud CLI"
body="Use the dbt Cloud CLI to develop, test, run, and version control dbt projects and commands in your dbt Cloud development environment. Collaborate with team members, directly from the command line."
body="Use the dbt Cloud CLI to develop, test, run, and version control dbt projects and commands, directly from the command line."
link="/docs/cloud/cloud-cli-installation"
icon="dbt-bit"/>

<Card
title="dbt Cloud IDE"
body="The IDE is the easiest and most efficient way to develop dbt models, allowing you to build, test, run, and version control your dbt projects directly from your browser. Use dbt Copilot, a powerful AI engine that automatically generates code, documentation, tests, and semantic models."
body="The IDE is the easiest and most efficient way to develop dbt models, allowing you to build, test, run, and version control your dbt projects directly from your browser."
link="/docs/cloud/dbt-cloud-ide/develop-in-the-cloud"
icon="dbt-bit"/>

Expand All @@ -34,6 +34,12 @@ dbt Cloud's [flexible plans](https://www.getdbt.com/pricing/) and features make
link="/docs/cloud/visual-editor"
icon="dbt-bit"/>

<Card
title="dbt Copilot*"
body="Use dbt Copilot to generate documentation, tests, semantic models, metrics, and SQL code from scratch, giving you the flexibility to modify or fix generated code."
link="/docs/cloud/dbt-copilot"
icon="copilot"/>

<Card
title="Manage environments"
body="Set up and manage separate production and development environments in dbt Cloud to help engineers develop and test code more efficiently, without impacting users or data."
Expand Down Expand Up @@ -102,6 +108,7 @@ dbt Cloud's [flexible plans](https://www.getdbt.com/pricing/) and features make
</div> <br />

*These features are available on [selected plans](https://www.getdbt.com/pricing/).

## Related docs

- [dbt Cloud plans and pricing](https://www.getdbt.com/pricing/)
Expand Down
2 changes: 1 addition & 1 deletion website/docs/docs/cloud/dbt-copilot.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dbt Copilot is a powerful artificial intelligence (AI) engine that's fully integ

With automatic code generation, let dbt Copilot [generate code](/docs/cloud/use-dbt-copilot#generate-and-edit-code) using natural language, and [generate documentation](/docs/build/documentation), [tests](/docs/build/data-tests), and [semantic models](/docs/build/semantic-models) for you with the click of a button.

<!-->
<!--
:::tip Beta feature
dbt Copilot is designed to _help_ developers generate documentation, tests, and semantic models, as well as [code](/docs/cloud/use-dbt-copilot#generate-and-edit-code) using natural language, in dbt Cloud. It's available in beta, in the dbt Cloud IDE only.
Expand Down
293 changes: 293 additions & 0 deletions website/static/img/icons/copilot.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 16a65ba

Please sign in to comment.