From 33c286113c3d84019ffad784382c41b14cc4c6f8 Mon Sep 17 00:00:00 2001 From: Mirna Wong <89008547+mirnawong1@users.noreply.github.com> Date: Wed, 7 Feb 2024 10:33:50 +0000 Subject: [PATCH] Update website/docs/docs/use-dbt-semantic-layer/exports.md Co-authored-by: Ly Nguyen <107218380+nghi-ly@users.noreply.github.com> --- website/docs/docs/use-dbt-semantic-layer/exports.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/use-dbt-semantic-layer/exports.md b/website/docs/docs/use-dbt-semantic-layer/exports.md index 1c31589f47c..be903c6afee 100644 --- a/website/docs/docs/use-dbt-semantic-layer/exports.md +++ b/website/docs/docs/use-dbt-semantic-layer/exports.md @@ -76,7 +76,7 @@ You can use the following parameters to define an `export`: ## Run exports -Once you've defined Export in your dbt project, the next step is to run them. There are two ways to run an Export: +Once you define exports in your dbt project, then you can run them. There are two ways to run an export: 1. [Run exports in development](#exports-in-development) using the [dbt Cloud CLI](/docs/cloud/cloud-cli-installation). 2. [Run exports in production](#exports-in-production) using the [dbt Cloud Job scheduler](/docs/deploy/job-scheduler).