Skip to content

Commit

Permalink
Update website/docs/docs/use-dbt-semantic-layer/exports.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ly Nguyen <[email protected]>
  • Loading branch information
mirnawong1 and nghi-ly authored Feb 7, 2024
1 parent 8e628d8 commit 2bcf387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/docs/use-dbt-semantic-layer/exports.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ You can run an export in your development environment using your development cre
dbt sl export
```

You can also use the following command to run any Export defined for the saved query and materialize the table or view in your development environment:
You can also run any export defined for the saved query and materialize the table or view in your development environment. For example:

```bash
dbt sl export --saved-query sq_name
Expand Down

0 comments on commit 2bcf387

Please sign in to comment.