Update from code changes: document Postgres wire protocol endpoint#962
Open
mintlify[bot] wants to merge 2 commits into
Open
Update from code changes: document Postgres wire protocol endpoint#962mintlify[bot] wants to merge 2 commits into
mintlify[bot] wants to merge 2 commits into
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
🤖 Documentation Bot✅ All checks passed! No issues found. |
Contributor
Author
|
Update from code changes updated this PR. Documented the new project settings page for opting into the Postgres wire endpoint and grabbing ready-to-copy connection snippets. Source PRs
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a new integration reference page documenting the experimental Postgres wire protocol endpoint that exposes the Lightdash semantic layer to any standard Postgres client, and covers the new project settings page that org admins use to opt in and grab connection snippets.
Changes
references/integrations/postgres-wire-protocol.mdxcovering:PGWIRE_PORT(with optionalPGWIRE_HOST), plus the per-organization opt-in from Project settings → Semantic layer and inline token generation.psql, connection URLs, and JDBC using service account or personal access tokens (withsslmode=disable).information_schemadiscovery, and error codes (28P01,3D000,0A000).docs.json.Context
Follows the source PRs that introduced this endpoint, moved it to the enterprise codebase with service-account auth, and added the project settings page:
Update history
PGWIRE_PORT, connection viapsqlwith service account or PAT, field mapping, supported/unsupported SQL, and error codes — covering feat: postgres wire protocol endpoint for the semantic layer lightdash#25269 and feat: move postgres wire endpoint to EE and support service accounts lightdash#25282.PGWIRE_HOSTenv var, the org-admin-only connection details and inline token generation, and connection URL / JDBC examples withsslmode=disable— covering feat: add project settings page for semantic layer pgwire connection lightdash#25480.