Post Lineage Event
datazone_post_lineage_event | R Documentation |
Posts a data lineage event¶
Description¶
Posts a data lineage event.
Usage¶
datazone_post_lineage_event(clientToken, domainIdentifier, event)
Arguments¶
clientToken |
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request. |
domainIdentifier |
[required] The ID of the domain where you want to post a data lineage event. |
event |
[required] The data lineage event that you want to post. Only open-lineage run event are supported as events. |
Value¶
A list with the following syntax:
list(
domainId = "string",
id = "string"
)
Request syntax¶
svc$post_lineage_event(
clientToken = "string",
domainIdentifier = "string",
event = raw
)