fix(docs): use modern driver package for CrateDB - #42125
Conversation
Update the remaining `crate[sqlalchemy]` driver reference to `sqlalchemy-cratedb`, a leftover from the earlier migration off the legacy package, and add the corresponding UPDATING.md entry. Supersedes #38358 Co-Authored-By: Andreas Motl <andreas.motl@crate.io> Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Code Review Agent Run #11a3c3Actionable Suggestions - 0Review Details
Bito Usage GuideCommands Type the following command in the pull request comment and save the comment.
Refer to the documentation for additional commands. Configuration This repository uses Documentation & Help |
✅ Deploy Preview for superset-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #42125 +/- ##
==========================================
- Coverage 65.14% 65.13% -0.01%
==========================================
Files 2753 2753
Lines 154521 154565 +44
Branches 35443 35449 +6
==========================================
+ Hits 100656 100670 +14
- Misses 51953 51981 +28
- Partials 1912 1914 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Thank you @rusackas! 💯
/cc @kneth, @florinutz, @bgunebakan
|
Thank you! |
SUMMARY
Adopts #38358 from @amotl. The docs page for CrateDB still pointed at the legacy
crate[sqlalchemy]driver package in the driver block'spypi_packagefield, a leftover from thesqlalchemy-cratedbmigration in #29243. The homepage URL and top-levelpypi_packageslist had already been updated elsewhere, so this just fixes the one remaining spot and adds the UPDATING.md line the original PR proposed.amotl can't enable maintainer edits on the original branch and lost access to the fork, so recycling the change here per the discussion on #38358.
TESTING INSTRUCTIONS
N/A, docs/metadata only.
ruff,black, and thedb-engine-spec-metadatapre-commit hook all pass on the change.ADDITIONAL INFORMATION