looker / lookerbot

Lookerbot lets you access all your Looker data from Slack! Super fun!
https://looker.com/lookerbot
MIT License
169 stars 141 forks source link

Support Dashboards with Multiple Elements #201

Closed con5cience closed 2 years ago

con5cience commented 3 years ago

https://github.com/looker/lookerbot/blob/f67e09e2168e92046fd05c2886cb62643565225b/src/repliers/dashboard_query_runner.ts#L27

"Dashboards with more than one element aren't currently supported for Slack commands."

😿

As it stands, it looks like the Bot just returns the underlying Look URI for a given single-element dashboard. Returning a link to the Dashboard with a preview thumbnail would make this Bot a killer product.

I'd even be willing to take a stab at this myself if someone could provide some guidance.