Looker Embedded Dashboard

View Looker dashboards and visualizations directly in your application

â„šī¸ This page embeds a Looker dashboard using Google's Embed SDK. Configuration is required in your environment.

Initializing Looker dashboard...

🔧 Setup Instructions

To embed Looker dashboards, configure the following environment variables:

  1. LOOKER_BASE_URL: Your Looker instance URL (e.g., https://your-looker-instance.com)
  2. LOOKER_EMBED_SECRET: Embed secret from Looker admin panel (API section)
  3. LOOKER_USER_ID: ID of the Looker user to embed as
  4. LOOKER_DASHBOARD_ID (optional): Dashboard ID to embed (e.g., 1)
  5. LOOKER_LOOK_ID (optional): Look ID to embed instead of dashboard (e.g., 5)

Add these to your .env file. The page will automatically initialize the embed once credentials are provided.