Troubleshooting Looker integration
Last updated
To troubleshoot this issue, follow the steps:
Verify you correctly typed the Client ID and Client Secret in the "Configure Looker Integration" pop-up window.
If you're using IP whitelisting on your Looker instance, make sure Euno's public IP address is one of the rules in the whitelist. Follow Looker's guide here. Euno's public IP address is 35.224.29.172. Add a rule with:
Type: IP Address
Value: 35.224.29.172
Confirm the API key user has permission to query Looker's system__activity model (required during source validation). The Admin role satisfies this requirement; for custom roles, include the see_system_activity permission. See Using a custom Looker role.
If Looks, Tiles, and Dashboards appear but views, explores, and lineage are missing:
Check LookML Project Includes and LookML Model Includes in Advanced Settings—overly narrow patterns can exclude projects or models.
If Crawl LookML Only is enabled, application-layer content (Looks, Tiles, Dashboards) is intentionally skipped.
Confirm Observe users and Observe groups are enabled in Advanced Settings (they are enabled by default).
For custom Looker roles, ensure the permission set includes see_users (required for user and group observation). See Using a custom Looker role.
Last updated