Execute a Snowflake Stored Procedure from QuickSight Dashboard

Viewed 26

I need to execute a stored procedure in snowflake from a quick sight dashboard. The parameters for Procedure call statement in QS dashboard is dynamically updated with the values set in the Control Filters. See attached screenshot for more insight.

Is there a way to accomplish this ?

enter image description here

2 Answers

QuickSight team is currently working on introducing parameters support within QuickSight datasets. When this work is completed, you should be able to build a dashboard where consumers can specify parameters that are passed to Snowflake. I cannot comment on stored procedures support for Snowflake. I would recommend asking the question at https://community.amazonquicksight.com/ which is a forum provided by Amazon QuickSight team (and that AWS replies to more frequently than stackoverflow)

Related