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 42df69b commit e9b9bf0
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 @@ -113,7 +113,7 @@ dbt sl export --saved-query sq_name --select export_1,export2

The `--select` flag is mainly used to include or exclude specific exports. If you need to change these settings, you can use the following flags to override export configurations:

- `--export-as` &mdash; Defines the materialization type (table or view) for the Export. This creates a new export with its own settings, useful for testing in development.
- `--export-as` &mdash; Defines the materialization type (table or view) for the export. This creates a new export with its own settings and is useful for testing in development.
- `--schema` &mdash; Specifies the schema to use for the materialized table or view.
- `--alias` &mdash; Assigns a custom alias to the materialized table or view, overriding the default Export name.

Expand Down

0 comments on commit e9b9bf0

Please sign in to comment.