Get Pipeline Data Source Status
Deprecated
$ llp pipelines:data-sources get-status
GET/api/v1/pipelines/{pipeline_id}/data-sources/{data_source_id}/status
Get the status of a data source for a pipeline.
Get Pipeline Data Source Status
llp pipelines:data-sources get-status \
--api-key 'My API Key' \
--pipeline-id 182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e \
--data-source-id 182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e{
"status": "CANCELLED",
"deployment_date": "2019-12-27T18:11:19.117Z",
"effective_at": "2019-12-27T18:11:19.117Z",
"error": [
{
"job_id": "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
"message": "message",
"step": "DATA_SOURCE"
}
],
"job_id": "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e"
}Returns Examples
{
"status": "CANCELLED",
"deployment_date": "2019-12-27T18:11:19.117Z",
"effective_at": "2019-12-27T18:11:19.117Z",
"error": [
{
"job_id": "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
"message": "message",
"step": "DATA_SOURCE"
}
],
"job_id": "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e"
}