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(domainIdentifier, event, clientToken)
Arguments¶
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. |
clientToken |
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request. |
Value¶
A list with the following syntax:
list(
id = "string",
domainId = "string"
)
Request syntax¶
svc$post_lineage_event(
domainIdentifier = "string",
event = raw,
clientToken = "string"
)