-
Notifications
You must be signed in to change notification settings - Fork 981
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 pip syntax #4498
Merged
Merged
Update pip syntax #4498
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
github-actions
bot
added
content
Improvements or additions to content
developer blog
This content fits on the developer blog.
Docs team
Authored by the Docs team @dbt Labs
guides
Knowledge best suited for Guides
labels
Nov 16, 2023
github-actions
bot
added
the
size: large
This change will more than a week to address and might require more than one person
label
Nov 16, 2023
matthewshaver
commented
Nov 16, 2023
github-actions
bot
added
size: medium
This change will take up to a week to address
and removed
size: large
This change will more than a week to address and might require more than one person
labels
Nov 16, 2023
dbeatty10
reviewed
Nov 17, 2023
dbeatty10
reviewed
Nov 17, 2023
dbeatty10
reviewed
Nov 17, 2023
dbeatty10
reviewed
Nov 17, 2023
dbeatty10
reviewed
Nov 17, 2023
dbeatty10
reviewed
Nov 17, 2023
Co-authored-by: Doug Beatty <[email protected]>
1 task
Co-authored-by: Doug Beatty <[email protected]>
Co-authored-by: Doug Beatty <[email protected]>
nghi-ly
approved these changes
Nov 20, 2023
1 task
mirnawong1
added a commit
that referenced
this pull request
Mar 3, 2024
This adds a timeline mention on using the dbt package usage name for the cloud cli. Resolves #4498
mirnawong1
added a commit
that referenced
this pull request
Mar 13, 2024
This adds a timeline mention on using the dbt package usage name for the cloud cli. Resolves #4498 ## What are you changing in this pull request and why? <!--- Describe your changes and why you're making them. If related to an open issue or a pull request on dbt Core, then link to them here! To learn more about the writing conventions used in the dbt Labs docs, see the [Content style guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md). --> ## Checklist <!-- Uncomment when publishing docs for a prerelease version of dbt: - [ ] Add versioning components, as described in [Versioning Docs](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#versioning-entire-pages) - [ ] Add a note to the prerelease version [Migration Guide](https://github.com/dbt-labs/docs.getdbt.com/tree/current/website/docs/docs/dbt-versions/core-upgrade) --> - [ ] 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. - [ ] 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). - [ ] Add a checklist item for anything that needs to happen before this PR is merged, such as "needs technical review" or "change base branch." Adding or removing pages (delete if not applicable): - [ ] Add/remove page in `website/sidebars.js` - [ ] Provide a unique filename for new pages - [ ] Add an entry for deleted pages in `website/vercel.json` - [ ] Run link testing locally with `npm run build` to update the links that point to deleted pages
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
developer blog
This content fits on the developer blog.
Docs team
Authored by the Docs team @dbt Labs
guides
Knowledge best suited for Guides
size: medium
This change will take up to a week to address
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What are you changing in this pull request and why?
Updating the
pip install
instructions per this issue #3468Checklist