-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Labels
Description
I'm facing an issue where the correct values for Query Title, Query Note, and Query Filters are all being successfully passed to Gemini. However, Query is always undefined.
On the front end, this the extension displays a summary for each tile on the dashboard. However the data mentioned in the summary & next steps is always made up and does not match the actual data on the dashboard.
Here's what I've tested to date:
- Expanded the logging in the websocket-service to confirm which data was being successfully passed to the service & Gemini
- Redeploying the latest main branch code as of 5/6/2024. (I originally deployed the repo in mid-March)
- Tested adding the extension to several different UDDs:
- Tried copies of production dashboards from different projects
- Tried dashboards built on top of more and less complicated explores
- Tried creating a dashboard with a single graph and a single filter, using a very simple explore
- Tried disabling the 'Disallow Numeric Query IDs (Recommended by Google Cloud)' Legacy Feature
- Reviewed the README to ensure I did not miss any steps
Are there any other details I can provide to help troubleshoot, or any ideas for other approaches that I can test?