aws / amazon-redshift-python-driver

Redshift Python Connector. It supports Python Database API Specification v2.0.
Apache License 2.0
203 stars 75 forks source link

replace table_schema by schema_name #199

Closed rmaxu closed 10 months ago

rmaxu commented 10 months ago

Description

SVV_ALL_TABLES does not have table_schema column (https://docs.aws.amazon.com/redshift/latest/dg/r_SVV_ALL_TABLES.html)

Motivation and Context

Testing

Screenshots (if appropriate)

Types of changes

Checklist