Creates a job for the specified pipeline directly. You can use this method when the internal scheduler is not configured and you want to trigger the job directly or through an external system.
Returns a "NOT_FOUND" error if the pipeline doesn't exist. Returns a "FORBIDDEN" error if the user doesn't have permission to access the pipeline or run jobs for the pipeline.
HTTP request
POST https://datapipelines.googleapis.com/v1/{name=projects/*/locations/*/pipelines/*}:run
[[["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 2023-01-03 UTC."],[[["This page details how to directly create and run a job for a specified pipeline, useful when an internal scheduler isn't available."],["The `POST` request to `https://datapipelines.googleapis.com/v1/{name=projects/*/locations/*/pipelines/*}:run` is used, with the pipeline's full name as a required path parameter."],["The request body must be empty, and a successful response includes a JSON representation with a \"job\" object that contains data on the created job."],["Running a pipeline requires OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `datapipelines.pipelines.run` on the pipeline resource."],["Errors such as `NOT_FOUND` and `FORBIDDEN` can be returned depending on the pipeline's existence or permission status of the user."]]],[]]