class documentation

class RedshiftSQLConfig(Codable): (source)

Constructor: RedshiftSQLConfig.from_url(url)

View In Hierarchy

Undocumented

Static Method from_url Undocumented
Method fetch Undocumented
Method table Undocumented
Method with_schema Undocumented
Class Variable env_var Undocumented
Class Variable schema Undocumented
Property psql_config Undocumented
Property url Undocumented

Undocumented

def fetch(self, query: str) -> RetrivalJob: (source)

Undocumented

def table(self, table: str, mapping_keys: dict[str, str] | None = None, list_references: dict[str, RedshiftListReference] | None = None) -> RedshiftSQLDataSource: (source)

Undocumented

def with_schema(self, name: str) -> RedshiftSQLConfig: (source)

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented