Andy Young
Andy Young
Thanks for the report!
This is because yarn 2 does not support bundle dependencies, which the package currently leverages to include those internal packages. https://yarnpkg.com/migration/guide#dont-use-bundledependencies Team is aware of the issue but no ETA...
To confirm, `viz.exportImageAsync()` tells the browser to download the viz image. Is that what you are looking for? https://help.tableau.com/current/api/embedding_api/en-us/docs/embedding_api_export.html#export-image-png Or an API that returns the base64-encoded string data of the...
Thank you. Let me me make sure I'm understanding correctly. * `viz.exportImageAsync()` is insufficient because some users configure their browser to prompt for the save location when the image attempts...
The Tableau REST API doesn't allow for specifying the specific sheet when exporting data from a Dashboard view. It will always return the data from the first sheet on the...
This was fixed in 3.10.
Nevermind, I read that wrong.
Hi @jenniferand and @MicahBCode, the Embedding API v3.11 that ships with Tableau 2024.3 exposes a new `resize` method on the `Viz` and `AuthoringViz` classes. It's the same method the Embedding...
I am also facing this issue. What's working in a variety of other clients (MCP Inspector, VS Code, Cursor, Cloudflare's AI Playground), Claude Desktop appears to not make the followup...
I was able to resolve the issue I was having by doing 2 things: 1. Add `client_secret_post` as an advertised auth method. Previously I was only advertising `client_secret_basic` (even though...