Class RulePathElement (2.20.0)

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

Path Element represents the direct relationship between the rule origin (aspects) to the BigQuery Entry. Ordering of the rule relationship will be maintained such that the first entry in the list is the closest ancestor (BigQuery table itself). A blank source denotes that the rule is derived directly from the DataScan itself.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
entry_source google.cloud.dataplex_v1.types.DataQualityRule.RuleSource.RulePathElement.EntrySource
Output only. Entry source represents information about the related source entry. This field is a member of oneof_ source_type.
entry_link_source google.cloud.dataplex_v1.types.DataQualityRule.RuleSource.RulePathElement.EntryLinkSource
Output only. Entry link source represents information about the entry link. This field is a member of oneof_ source_type.

Classes

EntryLinkSource

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

Entry link source represents information about the entry link.

EntrySource

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

Entry source represents information about the related source entry.