View source: R/datazone_operations.R
datazone_post_lineage_event | R Documentation |
Posts a data lineage event.
See https://www.paws-r-sdk.com/docs/datazone_post_lineage_event/ for full documentation.
datazone_post_lineage_event(clientToken = NULL, domainIdentifier, event)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.