GET /v1/tables/{id}/pipelineObservability
Pipeline Observability
Get and set pipeline observability data for tables
GET
GET /v1/tables/{id}/pipelineObservability
Documentation Index
Fetch the complete documentation index at: https://openmetadata-codex-audit-docs-codebase-alignment.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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
UUID of the table.
Add Pipeline Observability
PUT /v1/tables/{id}/pipelineObservability
UUID of the table.
Name of the pipeline.
Fully qualified name of the pipeline.
Status of the last pipeline run:
Successful, Failed, Pending, Aborted.Unix timestamp (milliseconds) of the last pipeline run.
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
Name of the pipeline.
Fully qualified name of the pipeline.
Status of the last run.
Unix timestamp of the last run in milliseconds.
Unix timestamp of the next scheduled run in milliseconds.
Error Handling
| Code | Error Type | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing authentication token |
403 | FORBIDDEN | User lacks permission |
404 | NOT_FOUND | Table does not exist |