Module schemas

Source
Expand description

Utilities to fetch schema information for Postgres sources.

Functionsยง

get_schemas
publication_info
Fetches table schema information from an upstream Postgres source for tables that are part of a publication, given a connection string and the publication name. Returns a map from table OID to table schema information.