- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
Updates a run.
HTTP request
PATCH https://datalineage.googleapis.com/v1/{run.name}
Path parameters
Parameters | |
---|---|
run. |
Immutable. The resource name of the run. Format: |
Query parameters
Parameters | |
---|---|
update |
The list of fields to update. Currently not used. The whole message is updated. This is a comma-separated list of fully qualified names of fields. Example: |
allow |
If set to true and the run is not found, the request creates it. |
Request body
The request body contains an instance of Run
.
Response body
If successful, the response body contains an instance of Run
.
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 name
resource:
datalineage.runs.update
For more information, see the IAM documentation.