Hey, I would like to use redash api to get a snapshot of a visualization, not a live representation of it.
Is it possible? Any tips on how to tackle this issue?
This site is in read only mode. Please continue to browse, but replying, likes,
and other actions are disabled for now.
For the Slack bot, we use an AWS Lambda function to take snapshots of visualizations. You can see the implementation here: https://github.com/getredash/snap/tree/master/snap-reference
The goal is to eventually bring this into the core of the product, but for now it’s an external thing you can run.