Method: projects.locations.processes.runs.lineageEvents.create

Creates a new lineage event.

HTTP request

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.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the parent resource:

  • datalineage.events.create

For more information, see the IAM documentation.