gooddata_sdk.catalog.data_source.entity_model.data_source.PostgresAttributes

class gooddata_sdk.catalog.data_source.entity_model.data_source.PostgresAttributes(*, host: str, db_name: str, port: str = '5432')

Bases: DatabaseAttributes

__init__(*, host: str, db_name: str, port: str = '5432') None

Method generated by attrs for class PostgresAttributes.

Methods

__init__(*, host, db_name[, port])

Method generated by attrs for class PostgresAttributes.

Attributes

str_attributes

host

db_name

port