Skip to content

fix(warehouse): correct supabase connection string instructions#67276

Merged
Gilbert09 merged 1 commit into
masterfrom
kabul
Jul 1, 2026
Merged

fix(warehouse): correct supabase connection string instructions#67276
Gilbert09 merged 1 commit into
masterfrom
kabul

Conversation

@thiagosalvatore

@thiagosalvatore thiagosalvatore commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Problem

The help caption on the host field when adding Supabase as a Data warehouse source pointed users to Project settings → Database → Connection pooling to find their connection details. That is not a reliable path in Supabase's current dashboard, so users struggled to locate the right host and username.

Changes

Rewrote the host-field caption to describe the correct flow: click Connect in the top bar, open the Direct tab, and pick Session pooler or Direct connection (the URL shows at the bottom). The CDC guidance, postgres.<project-ref> username hint, and IPv6-only / IPv4-add-on facts are unchanged. This is a single string constant (_SUPABASE_POOLER_HOST_CAPTION) rendered as markdown on the source form.

How did you test this code?

No automated tests were added or run for a copy-only change. I (Claude) confirmed the constant is still wired to the host field's caption and that the surrounding logic is untouched. The caption renders as markdown in the existing source form, so no codegen or migration is involved.

Automatic notifications

  • Publish to changelog?
  • Alert Sales and Marketing teams?

🤖 Agent context

Autonomy: Human-driven (agent-assisted)

Thiago directed this change; I (Claude) made the edit. We first scoped where the text lived and found three related spots (the host caption, a validation error hint, a frontend CDC banner, and a dev skill doc), then deliberately limited the fix to just the host caption since that was the only one carrying the stale navigation path. No repo skills were invoked.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@thiagosalvatore thiagosalvatore added the skip-agent-review Save $$$, skip auto agent reviews (Greptile) — use for trivial or chore PRs label Jul 1, 2026
@thiagosalvatore thiagosalvatore self-assigned this Jul 1, 2026
@greptile-apps

greptile-apps Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Reviews (1): Last reviewed commit: "fix(warehouse): correct supabase connect..." | Re-trigger Greptile

@thiagosalvatore thiagosalvatore marked this pull request as ready for review July 1, 2026 08:06
@assign-reviewers-posthog assign-reviewers-posthog Bot requested a review from a team July 1, 2026 08:06
@Gilbert09 Gilbert09 merged commit 07ccad8 into master Jul 1, 2026
300 of 361 checks passed
@Gilbert09 Gilbert09 deleted the kabul branch July 1, 2026 12:47
inkeep Bot added a commit to PostHog/posthog.com that referenced this pull request Jul 1, 2026
Reflects PostHog/posthog#67276 — the old path (Project Settings → Database →
Connection pooling) is no longer reliable in Supabase's current dashboard.
Updated both the setup step and the IPv4 note to direct users to click
Connect → Direct tab → Session pooler / Direct connection.
thiagosalvatore pushed a commit to PostHog/posthog.com that referenced this pull request Jul 1, 2026
Reflects PostHog/posthog#67276 — the old path (Project Settings → Database →
Connection pooling) is no longer reliable in Supabase's current dashboard.
Updated both the setup step and the IPv4 note to direct users to click
Connect → Direct tab → Session pooler / Direct connection.

Co-authored-by: inkeep[bot] <257615677+inkeep[bot]@users.noreply.github.com>
@deployment-status-posthog

deployment-status-posthog Bot commented Jul 1, 2026

Copy link
Copy Markdown

Deploy status

Environment Status Deployed At Workflow
dev ✅ Deployed 2026-07-01 13:27 UTC Run
prod-us ✅ Deployed 2026-07-01 13:41 UTC Run
prod-eu ✅ Deployed 2026-07-01 13:42 UTC Run

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

Labels

skip-agent-review Save $$$, skip auto agent reviews (Greptile) — use for trivial or chore PRs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants