looker-open-source / looker-explore-assistant

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

extension-bigquery-deployment/README.md manifest.lkml #26

Closed paweljabl closed 4 months ago

paweljabl commented 4 months ago

There's a typo in url, right now there's url: "https://localhost:8000/bundle.js" should be url: "https://localhost:8080/bundle.js"

current :

application: explore-assistant {
 label: "Explore Assistant"
 # file: "bundle.js"
 url: "https://localhost:8000/bundle.js"
 entitlements: {
     core_api_methods: ["lookml_model_explore","run_inline_query","create_sql_query","run_sql_query"]
     navigation: yes
     use_embeds: yes
     use_iframes: yes
     new_window: yes
     new_window_external_urls: ["https://developers.generativeai.google/*"]
     local_storage: yes
 }
 }
LukaFontanilla commented 4 months ago

@paweljabl we've update the repo and docs to resolve this