You are here:
Check the Status of a Streaming Data Transform
To monitor the status of a streaming data transform, review its processing metrics.
- On the Data Transforms tab, click the name of the streaming data transform.
- Click Refresh History to view the number of records processed,
failed, and removed.In some cases, the record count in a target object is less than expected. For example, suppose the streaming data transform instructions are to read a source value formatted as text and to write to a target object field that is formatted as a date. In this case, type conversion fails, and the record isn’t written to the target object. Refresh History reports that the record was processed, but the record doesn’t appear in the target object.
-
If the refresh mode for the source data stream writing to the source object is Full
Refresh, the number of records processed is 1+ the number of records in the source
object.
Refresh History shows activity only during the time period when the streaming data transform was processing records. If the source object doesn’t contain new or updated records, or if all the new and updated records were filtered out by a
WHEREclause, the count of records processed is 0. In that case, nothing is displayed in Refresh History.

