Hi,
We created a Looker extension using ReactJS and embed Looker dashboard in it.
I was trying to interact the snowflakeDB (Which is connected to fetch data for dashboard). Created a function were I am triggering “create_sql_query” and “run_sql_query”. “create_sql_query” is running and getting response with slug. But while calling “run_sql_query” the API getting error. Please find the screenshots below,
Could anyone please help me on this.
JS code:

Browser Console:

Browser Network Tab:

Getting response for “create_sql_query”:

getting error for “run_sql_query”:

