LineageEvent

Creates a new lineage event.

Properties

Link copied to clipboard
val endTime: Output<String>

Optional. The end of the transformation which resulted in this lineage event. For streaming scenarios, it should be the end of the period from which the lineage is being reported.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

Optional. List of source-target pairs. Can't contain more than 100 tuples.

Link copied to clipboard
val location: Output<String>
Link copied to clipboard
val name: Output<String>

Immutable. The resource name of the lineage event. Format: projects/{project}/locations/{location}/processes/{process}/runs/{run}/lineageEvents/{lineage_event}. Can be specified or auto-assigned. {lineage_event} must be not longer than 200 characters and only contain characters in a set: a-zA-Z0-9_-:.

Link copied to clipboard
val processId: Output<String>
Link copied to clipboard
val project: Output<String>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val requestId: Output<String>?

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.

Link copied to clipboard
val runId: Output<String>
Link copied to clipboard
val startTime: Output<String>

Optional. The beginning of the transformation which resulted in this lineage event. For streaming scenarios, it should be the beginning of the period from which the lineage is being reported.

Link copied to clipboard
val urn: Output<String>