-
Notifications
You must be signed in to change notification settings - Fork 947
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
Update recommended syntax for --select
with unions + intersections on CLI
#4040
Comments
hey @jtcohen6 , would |
@mirnawong1 This is only required when there are multiple space-delimited or comma-delimited arguments being passed to So it's not strictly necessary for |
sounds like a good, consistent plan. thanks for clarifying @jtcohen6 ! |
<p><a href="https://www.notion.so/dbtlabs/Prod-Docs-Beta-Cloud-CLI-Oct-9th-a389341b7c1f45e2b7c162e4de591d90?d=2b3208f1ff8c49698fde7b3946b86e91">Docs project</a></p> this branch and PR addresses docs changes for the cloud-cli beta and SL GA launch Closes #4041 #4014 #4040
## What are you changing in this pull request and why? Closes #3608 Some of the work was addressed in #4040. This PR removes v 0.18 references and makes the v 0.19 content current ## Checklist - [x] Review the [Content style guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md) so my content adheres to these guidelines. - [x] For [docs versioning](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#about-versioning), review how to [version a whole page](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#adding-a-new-version) and [version a block of content](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#versioning-blocks-of-content). - [x] Add a checklist item for anything that needs to happen before this PR is merged, such as "needs technical review" or "change base branch." --------- Co-authored-by: Matt Shaver <[email protected]>
Docs project
Contributions
Link to the page on docs.getdbt.com requiring updates
https://docs.getdbt.com/reference/node-selection/set-operators
https://docs.getdbt.com/reference/commands/list
(I'm sure there are many more pages)
What part(s) of the page would you like to see updated?
To conform to POSIX standards, and for better readability, we should strongly encourage CLI users to quote unions/intersections passed to "multi-option" params. Unquoted may not work consistently across all operating systems, terminals, and product experiences.
This is mainly relevant for
--select
and--exclude
.So instead of:
It should be:
It is also relevant for the
--output-keys
param todbt list
. So instead ofIt should be:
Additional information
internal notion doc
The text was updated successfully, but these errors were encountered: