dlt.destinations.impl.postgres.configuration
PostgresCredentials Objects
@configspec(init=False)
class PostgresCredentials(ConnectionStringCredentials)
drivername
type: ignore
PostgresClientConfiguration Objects
@configspec
class PostgresClientConfiguration(DestinationClientDwhWithStagingConfiguration
)
destination_type
type: ignore
csv_format
Optional csv format configuration
physical_destination
def physical_destination() -> str
Returns host:port as the physical destination identifier.
can_join_with
def can_join_with(other: DestinationClientConfiguration) -> bool
Returns True for the same Postgres host:port and database.