Expand description
Postgres utilities for SQL purification.
Modulesยง
- privileges ๐
- replica_
identity ๐
Structsยง
Functionsยง
- generate_
column_ ๐casts - generate_
create_ subsource_ statements - generate_
source_ ๐export_ statement_ values - generate_
text_ ๐columns - Generate a mapping of
Oid
s to column names that should be ingested as text (rather than their type in the upstream database). - purify_
source_ ๐exports - validate_
requested_ ๐references_ privileges - Ensure that we have select permissions on all tables; we have to do this before we
start snapshotting because if we discover we cannot
COPY
from a table while snapshotting, we break the entire source.