dlt.destinations.impl.postgres.configuration
PostgresCredentials Objects
@configspec(init=False)
class PostgresCredentials(ConnectionStringCredentials)
drivername
type: ignore[misc]
PostgresClientConfiguration Objects
@configspec
class PostgresClientConfiguration(DestinationClientDwhWithStagingConfiguration
)
destination_type
type: ignore[misc]
csv_format
Optional csv format configuration
fingerprint
def fingerprint() -> str
Returns a fingerprint of the configured host.
physical_location
def physical_location() -> str
Returns host:port as the physical location identifier.
can_read_from
def can_read_from(other: DestinationClientConfiguration) -> bool
Returns True for the same Postgres host:port and database.