dlt.destinations.impl.postgres.configuration
PostgresCredentials Objects
@configspec(init=False)
class PostgresCredentials(ConnectionStringCredentials)
drivername
type: ignore[misc]
session_timezone
Timezone set on each connection. None keeps the server default
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.
data_location
def data_location() -> str
Returns host:port and the database to which a query engine binds.