- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Creates new lineage events together with their parents: process and run. Updates the process and run if they already exist. Mapped from Open Lineage specification: https://github.com/OpenLineage/OpenLineage/blob/main/spec/OpenLineage.json.
HTTP request
POST https://datalineage.googleapis.com/v1/{parent}:processOpenLineageRunEvent
Path parameters
Parameters | |
---|---|
parent |
Required. The name of the project and its location that should own the process, run, and lineage event. It takes the form |
Query parameters
Parameters | |
---|---|
request |
A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is idempotent only if a |
Request body
The request body contains an instance of Struct
.
Response body
Response message for locations.processOpenLineageRunEvent
.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{ "process": string, "run": string, "lineageEvents": [ string ] } |
Fields | |
---|---|
process |
Created process name. Format: |
run |
Created run name. Format: |
lineage |
Created lineage event names. Format: |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.