Googleapis Dataflow
Connector for the googleapis-dataflow API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://dataflow.googleapis.com - Auth: OAuth 2.0 (user-delegated) — attach an InTouch
oauthcredential. Mint one withitcli.py /oauth <provider>(device-code) or/google-auth(Google); the server auto-refreshes the access token before each run, so the connector never handles or stores tokens.
Operations
dataflow_projects_jobs_list— GET /v1b3/projects/{projectId}/jobs — List the jobs of a project. To list the jobs of a project in a region, we recommdataflow_projects_jobs_get— GET /v1b3/projects/{projectId}/jobs/{jobId} — Gets the state of the specified Cloud Dataflow job. To get the state of a job, wdataflow_projects_jobs_messages_list— GET /v1b3/projects/{projectId}/jobs/{jobId}/messages — Request the job status. To request the status of a job, we recommend using `projdataflow_projects_jobs_getmetrics— GET /v1b3/projects/{projectId}/jobs/{jobId}/metrics — Request the job status. To request the status of a job, we recommend using `projdataflow_projects_jobs_aggregated— GET /v1b3/projects/{projectId}/jobs:aggregated — List the jobs of a project across all regions.dataflow_projects_locations_jobs_list— GET /v1b3/projects/{projectId}/locations/{location}/jobs — List the jobs of a project. To list the jobs of a project in a region, we recomm
Inputs
- a linked
oauthcredential (no key inputs) — the server injects a freshAuthorization: Bearerfrom it operation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: dataflow_projects_jobs_list
# (attach an 'oauth' credential to the task — no inline secrets)