Skip to content

[Python] Document using Hyperdrive in Python workers - #33291

Open
ryanking13 wants to merge 5 commits into
productionfrom
gyeongjae/python-hyperdrive
Open

[Python] Document using Hyperdrive in Python workers#33291
ryanking13 wants to merge 5 commits into
productionfrom
gyeongjae/python-hyperdrive

Conversation

@ryanking13

Copy link
Copy Markdown
Contributor

Summary

Python workers now support Hyperdrive. This PR adds documentation about how to use Hyperdrive in Python workers and recommended database drivers in Python workers.

Screenshots (optional)

Documentation checklist

@cloudflare-docs-bot

cloudflare-docs-bot Bot commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

Review

⚠️ 1 warning found in commit 0936b3e.

👉 Fix in your agent 👈
Fix the following review findings in PR #33291 (https://github.com/cloudflare/cloudflare-docs/pull/33291).

Before making changes, review each finding and present a brief summary table:
- For each finding, state whether you agree, disagree, or need clarification
- If you disagree (e.g. the fix requires disproportionate effort for minimal benefit,
  or the finding is factually incorrect), explain why
- If you need clarification before deciding, ask those questions
- Then share your plan for which issues to tackle and in what order

After triaging, follow this order:
1. Post a comment on this PR for any findings you are skipping, with the finding ID and your reasoning.
2. Then commit the fixes for the legitimate findings.

The comment must come before the commit — the bot reads PR comments when a new
push triggers a review, so skip comments posted after the push will be missed.

---

## Style Guide Review

### Warnings (1)

#### SG-cfb0da9949e1 · Directional language
- **File:** `src/content/docs/hyperdrive/examples/python-workers.mdx` line 27
- **Issue:** Line adds prose with the directional word 'below': 'using the drivers in the tables below'.
- **Fix:** Replace 'the tables below' with a direct reference by name or link, for example 'the PostgreSQL and MySQL tables in the Supported drivers section'.

Code Review

This code review is in beta and may not always be helpful — use your judgment.

No code review issues found.

Conventions

No convention issues found.

Style Guide Review

Warnings (1)
File Issue
hyperdrive/examples/python-workers.mdx line 27 Directional language — Line adds prose with the directional word 'below': 'using the drivers in the tables below'. Fix: Replace 'the tables below' with a direct reference by name or link, for example 'the PostgreSQL and MySQL tables in the Supported drivers section'.
Commands

Only codeowners can run commands. Post a comment with the command to trigger it.

Command Description
/review Runs a review now. Incremental if a prior review exists, full if not.
/full-review Re-reviews the entire PR diff from scratch, ignoring incremental history. Useful after a rebase, when you want a fresh review, or if the bot gets out of sync and reports issues that no longer exist.
/ignore-review-limit Permanently lifts the 2-review automatic limit for this PR. Future pushes will trigger reviews as normal.
/disable-auto-review Stops automatic reviews from triggering on future pushes to this PR. Codeowners can still run /review or /full-review manually.
/rebase Rebases the PR branch against production. On conflict, attempts to resolve automatically using AI. Stops with an explanation if confidence is not high enough.

@github-actions github-actions Bot added product:workers Related to Workers product product:hyperdrive Hyperdrive: https://developers.cloudflare.com/hyperdrive/ product:changelog labels Sep 8, 2026
@github-actions github-actions Bot added the size/m label Sep 8, 2026
@github-actions

github-actions Bot commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:

Pattern Owners
/src/content/changelog/hyperdrive/ @irvinebroque, @ivoryibu, @knickish, @rita3ko, @sejoker, @thomasgauvin, @vy-ton, @cloudflare/pm-changelogs, @cloudflare/product-owners
/src/content/docs/hyperdrive/ @irvinebroque, @ivoryibu, @knickish, @rita3ko, @sejoker, @thomasgauvin, @vy-ton, @cloudflare/product-owners
/src/content/docs/workers/ @GregBrimble, @irvinebroque, @korinne, @MattieTK, @mikenomitch, @vy-ton, @WalshyDev, @cloudflare/deploy-config, @cloudflare/dev-plat-leads, @cloudflare/workers-docs, @cloudflare/workers-runtime-1, @cloudflare/wrangler, @cloudflare/product-owners

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Sep 8, 2026

Copy link
Copy Markdown

🚀 Deploying Preview to Cloudflare 🚀

Preview URL: https://gyeongjae-python-hyperdrive.previews.developers.cloudflare.com (commit 0936b3e)

This URL reflects your latest Preview deployment

Preview Deployments by commit

Status Deployment URL Commit Updated (UTC) See this deployment's details
  • Build: Success ✅
  • Deployment: Success ✅

View logs ↗
https://99153f35.previews.developers.cloudflare.com 0936b3e 2026-09-08T08:37:52.930Z Visit the dashboard ↗
  • Build: Success ✅
  • Deployment: Success ✅

View logs ↗
https://3f0861db.previews.developers.cloudflare.com ae09837 2026-09-08T08:28:20.306Z Visit the dashboard ↗

@irvinebroque irvinebroque left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

amazing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

product:changelog product:hyperdrive Hyperdrive: https://developers.cloudflare.com/hyperdrive/ product:workers Related to Workers product size/m

Projects

None yet

Development

Successfully merging this pull request may close these issues.