Skip to content

Get Lineage Event

datazone_get_lineage_event R Documentation

Describes the lineage event

Description

Describes the lineage event.

Usage

datazone_get_lineage_event(domainIdentifier, identifier)

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"
)

Request syntax

svc$get_lineage_event(
  domainIdentifier = "string",
  identifier = "string"
)