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.