Get Lineage Event
datazone_get_lineage_event | R Documentation |
Describes the lineage event¶
Description¶
Describes the lineage event.
Usage¶
Arguments¶
domainIdentifier
[required] The ID of the domain.
identifier
[required] The ID of the lineage event.
Value¶
A list with the following syntax:
list(
createdAt = as.POSIXct(
"2015-01-01"
),
createdBy = "string",
domainId = "string",
event = raw,
eventTime = as.POSIXct(
"2015-01-01"
),
id = "string",
processingStatus = "REQUESTED"|"PROCESSING"|"SUCCESS"|"FAILED"
)