Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Usesvv_* tables for Redshift metadata queries#2431

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
mivds wants to merge1 commit intov4
base:v4
Choose a base branch
Loading
fromfix/redshift-external-table-compatibility

Conversation

@mivds
Copy link
Contributor

@mivdsmivds commentedOct 6, 2025
edited
Loading

Redshift supports a concept of external tables. These tables can be queried and insert into, but they are not exposed in the regularinformation_schema.tables metadata. We should instead usesvv_tables andsvv_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 bequeried 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 viewscontain information for both external and regular tables).
@sonarqubecloud
Copy link

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

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@mivds

[8]ページ先頭

©2009-2025 Movatter.jp