POST https://datalineage.googleapis.com/v1/{parent}/lineageEvents
Path parameters
Parameters
parent
string
Required. The name of the run that should own the lineage event. It takes the form projects/{project}/locations/{location}/processes/{processes}/runs/{run}.
Query parameters
Parameters
requestId
string
A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is idempotent only if a requestId is provided.
Request body
The request body contains an instance of LineageEvent.
Response body
If successful, the response body contains a newly created instance of LineageEvent.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-04 UTC."],[[["This endpoint creates a new lineage event using a `POST` request to the specified URL: `https://datalineage.googleapis.com/v1/{parent}/lineageEvents`."],["The `parent` path parameter is required and represents the run that owns the lineage event, in the format `projects/{project}/locations/{location}/processes/{processes}/runs/{run}`."],["A unique `requestId` query parameter can be provided for idempotent requests, limited to 36 ASCII characters, and is recommended to be a random UUID."],["The request body must contain a `LineageEvent` instance, and a successful response will return a newly created `LineageEvent` instance."],["To authorize requests, the `https://www.googleapis.com/auth/cloud-platform` OAuth scope is required, along with the `datalineage.events.create` IAM permission on the parent resource."]]],[]]