Skip to main content
GET
GET /v1/tables/{id}/pipelineObservability

Pipeline Observability

Manage pipeline observability data for a table. This tracks which pipelines produce or consume the table and their execution status.

Get Pipeline Observability

GET /v1/tables/{id}/pipelineObservability
string
required
UUID of the table.

Add Pipeline Observability

PUT /v1/tables/{id}/pipelineObservability
string
required
UUID of the table.
string
required
Name of the pipeline.
string
required
Fully qualified name of the pipeline.
string
Status of the last pipeline run: Successful, Failed, Pending, Aborted.
integer
Unix timestamp (milliseconds) of the last pipeline run.
integer
Unix timestamp (milliseconds) of the next scheduled run.
GET /v1/tables/{id}/pipelineObservability

Returns

Get returns pipeline observability data associated with the table. Add returns the updated pipeline observability data.

Response

string
Name of the pipeline.
string
Fully qualified name of the pipeline.
string
Status of the last run.
integer
Unix timestamp of the last run in milliseconds.
integer
Unix timestamp of the next scheduled run in milliseconds.

Error Handling