Skip to content

Commit

Permalink
Update exports.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Feb 7, 2024
1 parent 7e62168 commit ffc7526
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion website/docs/docs/use-dbt-semantic-layer/exports.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,15 @@ You can run an export in your development environment using your development cre
dbt sl export
```

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

**Example**
```bash
dbt sl export --saved-query sq_name
```

**Output**
```bash
Polling for export status - query_id: 2c1W6M6qGklo1LR4QqzsH7ASGFs..
Export completed.
```
Expand Down

0 comments on commit ffc7526

Please sign in to comment.