Response with a single job.
The response for a failed request.
The response for a forbidden request.
res = client.transformations.run(transformation_id = 1) res = client.transformations.run(transformation_id = 1, wait = False) import asyncio async def run_transformation(): res = await client.transformations.run_async(id = 1) loop = asyncio.get_event_loop() loop.run_until_complete(run_transformation()) loop.close()
{- "id": 0,
- "uuid": "string",
- "transformationId": 0,
- "transformationExternalId": "string",
- "sourceProject": "string",
- "destinationProject": "string",
- "destination": {
- "type": "assets"
}, - "conflictMode": "abort",
- "query": "string",
- "createdTime": 0,
- "startedTime": 0,
- "finishedTime": 0,
- "lastSeenTime": 0,
- "error": "string",
- "ignoreNullFields": true,
- "status": "Completed"
}