Metadata
Streamkap will insert the following metadata into the destination tables:
Column Name | Description |
---|---|
_STREAMKAP_SOURCE_TS_MS | Timestamp in milliseconds for the event within the source log |
_STREAMKAP_TS_MS | Timestamp in milliseconds for the event once Streamkap receives it |
__DELETED | Indicates whether this event/row has been deleted at source |
_STREAMKAP_OFFSET | This is an offset value in relation to the logs we process. It can be useful in the debugging of any issues that may arise |
Updated about 1 year ago