POST https://datalineage.googleapis.com/v1/{parent}/runs
Path parameters
Parameters
parent
string
Required. The name of the process that should own the run. It takes the form projects/{project}/locations/{location}/processes/{processes}.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-04 UTC."],[[["This webpage details the process of creating a new run using a POST request to the Data Lineage API."],["The request requires specifying a `parent` path parameter, which is the name of the process that will own the run, and it must follow a specific format."],["An optional `requestId` query parameter can be provided to ensure request idempotency, and must be restricted to a 36 ASCII character length."],["The request body requires a Run instance, and if successful, the response body will contain the newly created Run instance."],["Creating a run requires the `datalineage.runs.create` IAM permission on the parent resource, and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]