Class PostgresqlObjectIdentifier (1.2.2)

PostgresqlObjectIdentifier(mapping=None, *, ignore_unknown_fields=False, **kwargs)

PostgreSQL data source object identifier.

Attributes

NameDescription
schema str
Required. The schema name.
table str
Required. The table name.