Skip to content

Conversation

@mivds
Copy link
Contributor

@mivds mivds commented Oct 6, 2025

Redshift supports a concept of external tables. These tables can be queried and insert into, but they are not exposed in the regular information_schema.tables metadata. We should instead use svv_tables and svv_columns to get information about the tables (those views contain information for both external and regular tables).

This PR is an attempt to add support for external tables to our Redshift implementation. Unfortunately it breaks some of the assumptions in the metadata queries

Redshift supports a concept of external tables. These tables can be
queried and insert into, but they are not exposed in the regular
`information_schema.tables` metadata. We should instead use `svv_tables`
and `svv_columns` to get information about the tables (those views
contain information for both external and regular tables).
@sonarqubecloud
Copy link

sonarqubecloud bot commented Oct 6, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants