Updates a run.
HTTP request
PATCH https://datalineage.googleapis.com/v1/{run.name}
Path parameters
Parameters | |
---|---|
run.name |
Immutable. The resource name of the run. Format: |
Query parameters
Parameters | |
---|---|
updateMask |
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: |
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.