Current Setup:
-
End-users interact with analytics strictly via Signed SSO Embedded Iframes within our host application.
-
End-users do not have direct access to the Looker instance or admin panel.
Requirement:
- We want to expose the Self-service Explores experience (uploading ad-hoc CSV/Excel files or querying ad-hoc BigQuery tables) directly to our external embedded end-users inside our host app UI.
Key Questions for Google Engineering:
-
What is the recommended pattern or API workflow to expose file-upload ad-hoc exploration (
upload_dataworkflow) to SSO-embedded users without exposing the core Looker UI? -
Can we programmatically trigger the underlying Looker dataset generation pipeline (file \\rightarrow PDT schema generation) via the Looker REST API or Looker SDK?
-
Are there specific database write permission or licensing considerations when embedding ad-hoc user data ingestion in an OEM SaaS architecture?