From e6d56c7bd6e3c75470ec182629e05944c48a7683 Mon Sep 17 00:00:00 2001 From: mirnawong1 <89008547+mirnawong1@users.noreply.github.com> Date: Fri, 12 Jan 2024 17:21:18 +0000 Subject: [PATCH 1/2] remove ellipses removing ellipses per slack feedback as they were causing errors. --- website/docs/docs/cloud/configure-cloud-cli.md | 1 - 1 file changed, 1 deletion(-) diff --git a/website/docs/docs/cloud/configure-cloud-cli.md b/website/docs/docs/cloud/configure-cloud-cli.md index 3acfe432fed..64b3e721f1b 100644 --- a/website/docs/docs/cloud/configure-cloud-cli.md +++ b/website/docs/docs/cloud/configure-cloud-cli.md @@ -68,7 +68,6 @@ Once you install the dbt Cloud CLI, you need to configure it to connect to a dbt name: version: - ... dbt-cloud: project-id: PROJECT_ID From f814d5b27829a393a6ee93a690087ae6085de129 Mon Sep 17 00:00:00 2001 From: mirnawong1 <89008547+mirnawong1@users.noreply.github.com> Date: Fri, 12 Jan 2024 17:30:15 +0000 Subject: [PATCH 2/2] Update configure-cloud-cli.md --- website/docs/docs/cloud/configure-cloud-cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/cloud/configure-cloud-cli.md b/website/docs/docs/cloud/configure-cloud-cli.md index 64b3e721f1b..a442a6e6ad1 100644 --- a/website/docs/docs/cloud/configure-cloud-cli.md +++ b/website/docs/docs/cloud/configure-cloud-cli.md @@ -66,8 +66,8 @@ Once you install the dbt Cloud CLI, you need to configure it to connect to a dbt ```yaml # dbt_project.yml name: - version: + # Your project configs... dbt-cloud: project-id: PROJECT_ID