- HTTP request
 - Path parameters
 - Query parameters
 - Request body
 - Response body
 - Authorization scopes
 - IAM Permissions
 - 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 | |
|---|---|
requestId | 
                
                   
 Optional. 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:   | 
                  
lineageEvents[] | 
                    
                       
 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.
IAM Permissions
Requires the following IAM permission on the parent resource:
datalineage.locations.processOpenLineageMessage
For more information, see the IAM documentation.