Skip to main content
GuideServerConfigure and deploy Tabsdata servers on your machine.TutorialsConfigure data integration workflows within a running Tabsdata server.Advanced TutorialsBuild end-to-end workflows between two specific systems.API ReferenceCLI ReferenceRelease Notes
Version: 2.0.0

PostgresDestConn

class
class PostgresDestConn(
uri: UriSpec,
credentials: CredentialsSpec,
entity_whitelist: EntityWhitelistSpec | None = None,
conn_cfg: CfgSpec | None = None,
)

Bases: Conn

Categories: destination

Postgres connection used by PostgresDest.

Attribute-identical to PostgresSrcConn but a distinct class; source and destination connections are separate types and cannot be used in place of one another. See PostgresSrcConn for the field meanings.

Parameters

parameter

parameter

parameter
entity_whitelistEntityWhitelistSpec | None (list[str] | None)

parameter
conn_cfgCfgSpec | None (dict | None)