-
Notifications
You must be signed in to change notification settings - Fork 969
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
GA of Keep on latest version #5214
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
||
dbt Labs is committed to zero breaking changes for code in dbt projects, with ongoing releases to dbt Cloud and new versions of dbt Core. We also recommend these best practices: | ||
|
||
- **If you install dbt packages** — for use in your project, whether the package is maintained by your colleagues or a member of the open source dbt community, we recommend pinning the package to a specific revision or `version` boundary. Since v1.7, dbt manages this out-of-the-box by _locking_ the version/revision of packages in development in order to guarantee predictable builds in production. To learn more, refer to [Predictable package installs](/reference/commands/deps#predictable-package-installs). | ||
- **If you maintain dbt packages** — whether on behalf of your colleagues or members of the open source community, we recommend writing defensive code that checks to verify that other required packages and global macros are available. For example, if your package depends on the availability of a `date_spine` macro in the global `dbt` namespace, you can write: | ||
<expandable alt_header="Installing dbt packages" > |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
used new MD component to help reduce the callout size
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fyi @nghi-ly i think the expandable isn't liking the callout. its hard to read in dark mode (maybe detailsToggle
might work?):
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, great catch!
per our chat, i'll go ahead and leave this as is since it sounds like the expandable
update will get merged tomorrow.
website/docs/docs/dbt-versions/core-upgrade/01-upgrading-to-v1.8.md
Outdated
Show resolved
Hide resolved
website/docs/docs/dbt-versions/release-notes/70-Apr-2024/keep-on-latest-version.md
Outdated
Show resolved
Hide resolved
website/docs/docs/dbt-versions/release-notes/70-Apr-2024/keep-on-latest-version.md
Outdated
Show resolved
Hide resolved
@@ -144,7 +144,7 @@ The most common data environments are production, staging, and development. The | |||
1. **Set up development environment** — Set up your [development](/docs/dbt-cloud-environments#create-a-development-environment) environment and [development credentials](/docs/cloud/dbt-cloud-ide/develop-in-the-cloud#access-the-cloud-ide). You’ll need this to access your dbt project and start developing. | |||
|
|||
2. **dbt Core version** — In your dbt Cloud environment and credentials, use the same dbt Core version you use locally. You can run `dbt --version` in the command line to find out which version of dbt Core you’re using. | |||
- When using dbt Core, you need to think about which version you’re using and manage your own upgrades. When using dbt Cloud, leverage [Keep on latest version](/docs/dbt-versions/upgrade-dbt-version-in-cloud#keep-on-latest-version-) so you don’t have to. | |||
- When using dbt Core, you need to think about which version you’re using and manage your own upgrades. When using dbt Cloud, leverage [Keep on latest version](/docs/dbt-versions/upgrade-dbt-version-in-cloud#keep-on-latest-version) so you don’t have to. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one suggestion, otherwise lgtm !
Co-authored-by: Jeremy Cohen <[email protected]>
…dbt.com into ly-docs-keep-latest-ga
What are you changing in this pull request and why?
GA release of Keep on latest version setting
Checklist