Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add new command #5855

Merged
merged 16 commits into from
Jul 30, 2024
Merged

add new command #5855

merged 16 commits into from
Jul 30, 2024

Conversation

mirnawong1
Copy link
Contributor

add info on new command (dbt sl export-all) which allows you to run exports for multiple saved queries.

slack thread here: https://dbt-labs.slack.com/archives/C051TUB7S9W/p1721667623352519

@mirnawong1 mirnawong1 requested a review from a team as a code owner July 29, 2024 15:39
Copy link

vercel bot commented Jul 29, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
docs-getdbt-com ✅ Ready (Inspect) Visit Preview Jul 30, 2024 4:50pm

@github-actions github-actions bot added content Improvements or additions to content Docs team Authored by the Docs team @dbt Labs size: medium This change will take up to a week to address and removed Docs team Authored by the Docs team @dbt Labs labels Jul 29, 2024
@github-actions github-actions bot added the Docs team Authored by the Docs team @dbt Labs label Jul 29, 2024
@@ -580,6 +582,26 @@ dbt sl query --metrics revenue --group-by metric_time__month # In dbt Cloud
mf query --metrics revenue --group-by metric_time__month # In dbt Core
```

### Exports

Run [exports for a specific saved query](/docs/use-dbt-semantic-layer/exports#exports-for-single-saved-query). Use this command to test and generate exports in your development environment. You can also use the `--select` flag to specify particular exports from a saved query. Refer to [exports in development](/docs/use-dbt-semantic-layer/exports#exports-in-development) for more info.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similar to above, I think we should reference the command as the singular

Suggested change
Run [exports for a specific saved query](/docs/use-dbt-semantic-layer/exports#exports-for-single-saved-query). Use this command to test and generate exports in your development environment. You can also use the `--select` flag to specify particular exports from a saved query. Refer to [exports in development](/docs/use-dbt-semantic-layer/exports#exports-in-development) for more info.
Run the [`export` command for a specific saved query](/docs/use-dbt-semantic-layer/exports#exports-for-single-saved-query). Use it in your development environment to test and generate exports. You can also use the `--select` flag to specify particular exports from a saved query. Refer to [exports in development](/docs/use-dbt-semantic-layer/exports#exports-in-development) for more info.

@mirnawong1 mirnawong1 enabled auto-merge (squash) July 30, 2024 16:44
@mirnawong1 mirnawong1 merged commit 311bf14 into current Jul 30, 2024
10 checks passed
@mirnawong1 mirnawong1 deleted the add-export-all branch July 30, 2024 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content Improvements or additions to content Docs team Authored by the Docs team @dbt Labs size: medium This change will take up to a week to address
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants