From f2b8da132501b6154e68539f4fc03d2c788ca5c5 Mon Sep 17 00:00:00 2001 From: mirnawong1 <89008547+mirnawong1@users.noreply.github.com> Date: Mon, 23 Oct 2023 16:10:42 +0100 Subject: [PATCH] Update configure-cloud-cli.md remove text per Greg --- website/docs/docs/cloud/configure-cloud-cli.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/website/docs/docs/cloud/configure-cloud-cli.md b/website/docs/docs/cloud/configure-cloud-cli.md index 2c3d1c43395..c03f638c9b4 100644 --- a/website/docs/docs/cloud/configure-cloud-cli.md +++ b/website/docs/docs/cloud/configure-cloud-cli.md @@ -87,8 +87,6 @@ To set environment variables in the dbt Cloud CLI for your dbt project: 3. Click on your project and scroll to the **Environment Variables** section. 4. Click **Edit** on the lower right and then set the user-level environment variables. -If you're receiving an `Env var required but not provided: 'DBT_ENVIRONMENT'` error, you may be unintentionally running dbt Core. You can verify this by running `which dbt` to confirm if the output refers to the dbt Cloud CLI. - ## Use the dbt Cloud CLI - The dbt Cloud CLI shares the same set of [dbt commands](/reference/dbt-commands) as dbt Core and processes the commands you invoke.