Skip to content

Add the data connector health endpoint to the Preview spec - #631

Draft
zilleeizad-inter wants to merge 1 commit into
mainfrom
zille.eizad/dc-health-openapi
Draft

Add the data connector health endpoint to the Preview spec#631
zilleeizad-inter wants to merge 1 commit into
mainfrom
zille.eizad/dc-health-openapi

Conversation

@zilleeizad-inter

Copy link
Copy Markdown
Contributor

Why?

Developers using data connectors can fetch execution results one at a time, but nothing tells them how a connector is doing overall — how often it succeeds, how slow it is, and what its failures actually are. This adds the Preview spec for the endpoint that answers that.

How?

Adds the path and its response schemas to the Preview description, keeping the failure-reason values aligned with the vocabulary the execution results endpoint already filters on.

Notes for reviewers

Draft until the endpoint it describes is available, so the spec does not land ahead of the API.

Generated with Claude Code

GET /data_connectors/{data_connector_id}/health returns aggregated execution
health for a data connector over a requested time range: success rate, latency
and payload size percentiles, breakdowns of HTTP statuses and failure reasons,
and a time series of intervals.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant