schema_3_extractor

Reference:

mcp_ohmy_sql.db.aws_redshift.schema_3_extractor.redshift_type_to_llm_type(rs_type: str) LLMTypeEnum[source]

Convert redshift type simplified type representations suitable for LLM consumption.

Parameters:

rs_type – A redshift type

Returns:

A new llm type name

class mcp_ohmy_sql.db.aws_redshift.schema_3_extractor.SchemaTableFilter(*, schema_name: str, include: list[str], exclude: list[str])[source]
model_config: ClassVar[ConfigDict] = {}

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].