Changes

Jump to: navigation, search

CloudServices/Sync/ReDash

3 bytes added, 17:58, 22 June 2017
failureReason was renamed to failure_reason as of https://github.com/mozilla/telemetry-batch-view/pull/205
| took || bigint || Number of milli-seconds it took to Sync.
|-
| failurereason failure_reason || row(name varchar, value varchar) || Sync failure reason, or null if no failure.
|-
| status || row(sync varchar, service varchar) || The status of sync after completion, or null is both statuses record success.
| status || varchar || The status of this engine after sync completed, or null is the status reflects success.
|-
| failureReason failure_reason || row(name varchar, value varchar) || Details of any errors recorded during the sync of this engine, or null on success.
|-
| incoming || row(applied bigint, failed bigint, newFailed bigint, reconciled bigint) || Details of how many incoming records were applied, failed, failed for the first time in this sync, and reconciled.
| problems || array(row(name varchar, count varchar)) || The problems identified. Problems with a count of 0 are excluded. Null on failure or if no problems occurred.
|-
| failureReason failure_reason || row(name varchar, value varchar) || Details of any errors recorded during the validation, or null if validation succeeded.
|}
8
edits

Navigation menu