TablePlus / TablePlus

TablePlus macOS issue tracker
https://tableplus.com
3.45k stars 57 forks source link

Can't see running queries in Redshift serverless #3426

Open luismiguellopez opened 3 weeks ago

luismiguellopez commented 3 weeks ago
  1. Which driver are you using and version of it (Ex: PostgreSQL 10.0): Redshift

  2. Which TablePlus build number are you using (the number on the welcome screen, Ex: build 81): Build 574

  3. The steps to reproduce this issue: When I want to see the queries that are running on a serverless cluster, I get an error that I do not have access to the stv_recents table. This is because this table does not exist in a serverless cluster. Looking around the web a bit, I found this answer on Stackoverflow that can help solve this problem: https://stackoverflow.com/questions/73192681/how-do-i-cancel-all-running-queries-in-serverless-redshift.

I also attached an image of the error: Screenshot 2024-10-28 at 10 05 25 AM