Edge replication
Delete edge sync state for a single table lineage
DELETE
Error
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Lineage deleted
Preferred shape for successful JSON responses is { ok, data, meta } with list metadata
(e.g. pagination totals) in top-level meta, not nested under data.
Previous
List materialized relational mirror rows for an edge table lineageReturns rows from the lineage's physical TSDB mirror table in a naturalized shape.
Each row has `device_id`, `materialized_at`, and a `data` object containing the
business columns only. Use the `columns` query parameter to project a subset of columns.
Next
Error