I'm trying to embed this using embed sdk to see how it behaves on my web application but its not showing up as the api call is failing.
Has anyone succeeded in embedding the looker explorer assistant?
I am experiencing the same issue. I've created a signed embed url using the sdk and I hit 404 errors on /sql_queries endpoints. These endpoints require elevated permissions that embed users are not entitled to (eg. `use_sql_runner`). The way it's written, this extension does not seem to work for embed users. Hopefully there is a workaround.
Update:
I was able to get this working by manually overriding the useBigQueryExamples hook in the explore_assistant_extension code. In our case, we didn't need the core40SDK.create_sql_query call that was being made. Eliminating this resolved our permissions issues.