Trigger run the DWH Integration workflow.

SecurityapiKey
Request
path Parameters
dwh_id
required
integer <int64>

The ID of the DWH Integration.

Responses
200

See the response of GET /api/attempts https://docs.digdag.io/api/ for more info

400

Bad Request

401

Bad Request

403

Unauthorized

404

Not Found

500

Server Error

put/v1/dwh/{dwh_id}/run_workflow
Request samples
Response samples
application/json
{
  • "status": "string",
  • "id": "string",
  • "index": 0,
  • "project": {
    },
  • "workflow": {
    },
  • "sessionId": "string",
  • "sessionUuid": "string",
  • "sessionTime": "2019-08-24T14:15:22Z",
  • "retryAttemptName": "string",
  • "done": true,
  • "success": true,
  • "cancelRequested": true,
  • "createdAt": "2019-08-24T14:15:22Z",
  • "finishedAt": "2019-08-24T14:15:22Z"
}