destinations
1 row
This data as json, CSV (advanced)
| destination ▼ | retry_last_ts | retry_interval | failure_ts | last_successful_stream_ordering |
|---|---|---|---|---|
| maunium.net | 1788600268631 | 225820892 | 1784871040906 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE destinations( destination TEXT PRIMARY KEY, retry_last_ts BIGINT, retry_interval INTEGER , failure_ts BIGINT, last_successful_stream_ordering BIGINT);