docs: add v2 install banner to dbt-core PyPI description - #16258
Conversation
Points users landing on the dbt-core PyPI page to the v2 install docs. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 1.latest #16258 +/- ##
============================================
- Coverage 91.55% 91.51% -0.04%
============================================
Files 223 223
Lines 28346 28346
============================================
- Hits 25951 25940 -11
- Misses 2395 2406 +11
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
🟡 Changes recommended
The new changelog entry sets Issue: "", which will generate a broken empty issue link in the rendered changelog output.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Adds a short banner at the top of core/README.md (used as the dbt-core PyPI long description) to direct users to dbt v2 installation documentation, and records the update in the changelog system.
Changes:
- Prepends a plain Markdown blockquote “Note” banner to
core/README.mdlinking to the v2 install docs. - Adds a Changie
.changes/unreleasedentry describing the banner addition.
File summaries
| File | Description |
|---|---|
| core/README.md | Adds a top-of-file banner note/link intended to render well on both GitHub and PyPI. |
| .changes/unreleased/Under the Hood-20260909-063207.yaml | Adds a changelog entry for the README/PyPI description update. |
Review details
- Files reviewed: 2/2 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
…6299) * docs: add v2 install banner to dbt-core PyPI description Points users landing on the dbt-core PyPI page to the v2 install docs. * docs: expand v2 install banner with dbt-oss distribution details --------- (cherry picked from commit da504cf) Co-authored-by: Tauhid Anjum <tauhidanjum@gmail.com> Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com> Co-authored-by: Naman Goyal <43905880+itsnamangoyal@users.noreply.github.com>
…6300) * docs: add v2 install banner to dbt-core PyPI description Points users landing on the dbt-core PyPI page to the v2 install docs. * docs: expand v2 install banner with dbt-oss distribution details --------- (cherry picked from commit da504cf) Co-authored-by: Tauhid Anjum <tauhidanjum@gmail.com> Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com> Co-authored-by: Naman Goyal <43905880+itsnamangoyal@users.noreply.github.com>
Summary
core/README.mdpointing users to the v2 install docs, since this README is also rendered as thedbt-corePyPI long description.[!NOTE]alert syntax was avoided since PyPI's renderer (comrak, semantic alert style) doesn't apply GitHub's styling for it — bold text renders consistently on both GitHub and PyPI.Test plan
nightly-release.ymlorrelease.ymldispatch withtest_run: true)🤖 Generated with Claude Code