Class RelationDescriptor (0.2.1)

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

Describes a relation and its columns.

Attributes

NameDescription
description str
A text description of the relation.
columns Sequence[google.cloud.dataform_v1beta1.types.RelationDescriptor.ColumnDescriptor]
A list of descriptions of columns within the relation.
bigquery_labels Mapping[str, str]
A set of BigQuery labels that should be applied to the relation.

Inheritance

builtins.object > proto.message.Message > RelationDescriptor

Classes

BigqueryLabelsEntry

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

The abstract base class for a message.

Parameters
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, `.Message`]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.

ColumnDescriptor

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

Describes a column.