looker-open-source / looker-explore-assistant

A React Application for interacting with Looker data through natural language.
MIT License
103 stars 68 forks source link

Error in connection name #8

Closed markrittman closed 7 months ago

markrittman commented 7 months ago

In step 6 of the BigQuery Deployment set of instructions, the step tells you to run the following DDL:

CREATE OR REPLACE MODEL
    `PROJECT_ID.DATASET_ID.explore_assistant_llm`
    REMOTE WITH CONNECTION `PROJECT_ID.REGION.explore_assistant`
    OPTIONS (ENDPOINT = 'gemini-pro');

but the connection name should be PROJECT_ID.REGION.explore_assistant_llm - I think the connection name and dataset name you define in the next step got mixed-up here?

LukaFontanilla commented 7 months ago

Hey Mark, thanks for flagging this. A new version was deployed to update the docs regarding this.