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 d226bca commit 93a65f2
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 @@ -70,7 +70,7 @@ You can use the following parameters to define an `export`:
| `saved-query` | String | Required | Name of a saved query that could be used. |
| `select` | List or String | Optional | Specify the names of exports to select from the saved query. |
| `exclude` | String | Optional | Specify the names of exports to exclude from the saved query. |
| `export_as` | String | Optional | Type of Export to create from the `export_as` types available in the config. Options available are `table` or `view`. |
| `export_as` | String | Optional | Type of export to create from the `export_as` types available in the config. Options available are `table` or `view`. |
| `schema` | String | Optional | Schema to use for creating the table or view. |
| `alias` | String | Optional | Table alias to use to write the table or view. |

Expand Down

0 comments on commit 93a65f2

Please sign in to comment.