From 041e14a643d80dbadcf17c6e032c11299dd6dc62 Mon Sep 17 00:00:00 2001 From: Greg McKeon Date: Mon, 29 Jan 2024 09:39:08 -0500 Subject: [PATCH] dbt power user link change Change link for dbt Power User --- website/docs/docs/cloud/cloud-cli-installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/docs/cloud/cloud-cli-installation.md b/website/docs/docs/cloud/cloud-cli-installation.md index 4644fe49e73..8112c8f3bd1 100644 --- a/website/docs/docs/cloud/cloud-cli-installation.md +++ b/website/docs/docs/cloud/cloud-cli-installation.md @@ -253,12 +253,12 @@ To update: Visual Studio (VS) Code extensions enhance command line tools by adding extra functionalities. The dbt Cloud CLI is fully compatible with dbt Core, however, it doesn't support some dbt Core APIs required by certain tools, for example, VS Code extensions. -You can use extensions like [dbt-power-user](https://www.dbt-power-user.com/) with the dbt Cloud CLI by following these steps: +You can use extensions like [dbt-power-user](https://marketplace.visualstudio.com/items?itemName=innoverio.vscode-dbt-power-user) with the dbt Cloud CLI by following these steps: - [Install](/docs/cloud/cloud-cli-installation?install=brew) it using Homebrew along with dbt Core. - [Create an alias](#faqs) to run the dbt Cloud CLI as `dbt-cloud`. -This setup allows dbt-power-user to continue to work with dbt Core in the background, alongside the dbt Cloud CLI. +This setup allows dbt-power-user to continue to work with dbt Core in the background, alongside the dbt Cloud CLI. For more, check the dbt Power User [documentation](https://docs.myaltimate.com/). ## FAQs