Looker integration - #366
Open
isvictorious wants to merge 7 commits into
Open
isvictorious wants to merge 7 commits into
isvictorious wants to merge 7 commits into
Conversation
Add a guide for connecting Looker to Tiger Cloud or self-hosted TimescaleDB, covering the dedicated role and PDT scratch schema, the Looker connection settings, verification, and sidebar entry. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Add looker.webp and point integrationCardLogo at it. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Put UI navigation labels in code font instead of bold. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
isvictorious
marked this pull request as draft
June 30, 2026 16:53
isvictorious
marked this pull request as ready for review
August 27, 2026 14:23
|
…er-how-to # Conflicts: # astro.config.ts
Looker's PostgreSQL dialect option is "PostgreSQL 9.5+", and the PDT toggle is labeled "Enable PDTs", not "Persistent Derived Tables". Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
…er-how-to # Conflicts: # astro.config.ts
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.
Describe your changes
Adds a new integration guide for connecting Looker to Tiger Cloud or self-hosted TimescaleDB as a data source. Covers creating a dedicated
lookerrole with read grants, alooker_scratchschema for persistent derived tables (PDTs), adding the connection in Looker (PostgreSQL dialect, host/port/database/credentials, PDT temp database, SSL, IP allowlisting), verification via SQL Runner, and troubleshooting. Adds a sidebar entry under BI & visualization.Drafted from the Looker PostgreSQL connection docs. Linear: EDU-600.
Reviewed and verified against current Looker docs:
looker.webpis in place and referenced correctly (the earlier missing-logo issue was fixed in a follow-up commit).PostgreSQL 9.5+(wasPostgreSQL) and the PDT toggle toEnable PDTs(wasPersistent Derived Tables).Add Connection,Test,Connect, and theDevelop>SQL Runnerpath all matched.CREATE USER,GRANT,ALTER DEFAULT PRIVILEGES) follows the same role/grant patterns used elsewhere in this repo (for examplesrc/partials/_security-read-only-role.mdx), but it was not run against a live service in this pass — no Postgres server was available in this environment to execute it. Flagging so a human can confirm against a real service before checking that box.Affected pages
/integrate/bi-vizualization/looker
🧪 Component kitchen sink — check for visual regressions if you changed components, styles, or dependencies.
Related Issues
If there is a related issue, please add it below (just put the number after the # below, and GitHub will automatically create a link):
Issue: #number
Checklist before requesting a review
🤖 Generated with Claude Code