Class ProcessOpenLineageRunEventRequest (0.3.5)

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

Request message for ProcessOpenLineageRunEvent.

Attributes

NameDescription
parent str
Required. The name of the project and its location that should own the process, run, and lineage event.
open_lineage google.protobuf.struct_pb2.Struct
Required. OpenLineage message following OpenLineage format: https://github.com/OpenLineage/OpenLineage/blob/main/spec/OpenLineage.json
request_id str
A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is idempotent only if a request_id is provided.