{
"id": 1234,
"api_url": "https://api.paradime.io/api/v1/abc/graphql",
"commands": [
{
"id": 92363,
"api_query": "query BoltCommand {\n boltCommand(commandId: 92363) {\n command\n startDttm\n endDttm\n stdout\n stderr\n returnCode\n scheduleRunId\n resources {\n id\n path\n }\n }\n}",
"command": "git clone ...",
"end_dttm": "2023-06-06 11:00:14.648628",
"return_code": 0,
"start_dttm": "2023-06-06 11:00:12.621312",
"status": "succeeded",
"json_resources": []
},
{
"id": 92375,
"api_query": "query BoltCommand {\n boltCommand(commandId: 92375) {\n command\n startDttm\n endDttm\n stdout\n stderr\n returnCode\n scheduleRunId\n resources {\n id\n path\n }\n }\n}",
"command": "dbt run",
"end_dttm": "2023-06-06 11:00:44.677818",
"return_code": 0,
"start_dttm": "2023-06-06 11:00:23.246926",
"status": "succeeded",
"json_resources": [
{
"id": 7525717,
"path": "target/manifest.json",
"resource_query": "query BoltResourceUrl {\n boltResourceUrl(resourceId: 7525717) {\n ok\n url\n }\n}"
}
]
}
],
"end_dttm": "2023-06-06 11:00:47.780816",
"environment": {
"actor": "Scheduler",
"branch": "dbt-run",
"commit_hash": "cbe09ae8b090f165e366501d0ccc164ab4019ca2",
"email": null
},
"error_string": null,
"run_url": "https://app.paradime.io/bolt/run_id/1234",
"schedule_url": "https://app.paradime.io/bolt/4a1e7bf2-7756-3d08-aac9-a390f60d8616?workspaceUid=foo",
"schedule": {
"name": "Hourly Run",
"slug": "hourly-run",
"schedule": "@hourly",
"environment": "production",
"commands": ["dbt run"],
"git_branch": "dbt-run",
"owner_email": "fabio@paradime.io",
"description": null,
"notifications": null,
"sla_minutes": null,
"turbo_ci": null,
"deferred_schedule": null,
"hightouch": null,
"env_overrides": null
},
"schedule_name": "Hourly Run",
"slug": "hourly-run",
"start_dttm": "2023-06-06 11:00:12.296501",
"status": "failed",
"uuid": "b922fa9b-ca80-3dbd-8136-7b8be966088d",
"workspace": {
"name": "dbt",
"uid": "foo"
}
}