- Newest
- Most votes
- Most comments
Please use sys_external_query_detail in Redshift serverless to get details about External tables.
Please note that not all metadata provisioned tables are available on Redshift Serverless. Following link lists the equivalent metadata monitoring views that are available on Redshift Serverless
https://docs.aws.amazon.com/redshift/latest/dg/serverless_views-monitoring.html
Hello,
I quickly tested and was able to query below system tables on Redshift cluster as well as Redshift serverless.
- select * from SVV_EXTERNAL_TABLES;
- select * from SVV_EXTERNAL_SCHEMAS;
SVV_EXTERNAL_TABLES & SVV_EXTERNAL_SCHEMAS system tables are visible to all users. Superusers can see all rows. However, regular users should be able to see only their own data as mentioned in [1],[2].
That being said, if there is anything unusual observed from the mentioned above I would request you to please raise a support case with AWS for further investigation. If a support case has already been created please be assured that we will get back to you and assist you in the best way possible.
Thank you for your interest in re:Post community.
References:
[1] https://docs.aws.amazon.com/redshift/latest/dg/r_SVV_EXTERNAL_TABLES.html
[2] https://docs.aws.amazon.com/redshift/latest/dg/r_SVV_EXTERNAL_SCHEMAS.html
Relevant content
- asked a year ago
- Accepted Answerasked 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated 2 years ago