From b097a89fe246a9eb381fc3610b4a4821f337c784 Mon Sep 17 00:00:00 2001 From: sfc-gh-jsummer Date: Tue, 15 Oct 2024 14:28:00 -0500 Subject: [PATCH] Cleanup looker instructions --- README.md | 2 +- partner/looker.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e8771a08..31cf0226 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ snow streamlit get-url SEMANTIC_MODEL_GENERATOR --open --database cortex_analyst The Semantic Model Generator supports translating metadata from a Looker Explore. To add this functionality to the Streamlit in Snowflake app, we need to create an external access integration to allow Snowflake to reach your Looker instance. Run the below command to create the external access integration. Before running, replace the following parameters: -- `` with your [Looker Base URL](https://cloud.google.com/looker/docs/admin-panel-platform-api#api_host_url) +- `` with your [Looker Base URL](https://cloud.google.com/looker/docs/admin-panel-platform-api#api_host_url). Pass the domain excluding https:// such as snowflakedemo.looker.com. - `` with your [Looker Client Secret](https://cloud.google.com/looker/docs/api-auth#authentication_with_an_sdk) - `` with the owning role used in step #2 above diff --git a/partner/looker.py b/partner/looker.py index be6e7135..1483eff9 100644 --- a/partner/looker.py +++ b/partner/looker.py @@ -46,8 +46,9 @@ Metadata from your Explore fields can be merged with the generated Cortex Analyst semantic file. **Note**: Views referenced in the Looker Explores must be tables/views in Snowflake. Looker SDK credentials are required. -If using Streamlit in Snowflake, an external access integration is **required**. See project README for more external access integration instructions. Visit [Looker Authentication SDK Docs](https://cloud.google.com/looker/docs/api-auth#authentication_with_an_sdk) for credential information. +If using Streamlit in Snowflake, an external access integration is **required**. See project README for external access integration instructions. + **Tip**: Install Looker's [API Explorer extension](https://cloud.google.com/looker/docs/api-explorer) from the Looker Marketplace to view API credentials directly.