CloudServices/Sync/ReDash: Difference between revisions

→‎Engine Record: Added details about failure reason
(Add a few more descriptions)
(→‎Engine Record: Added details about failure reason)
Line 54: Line 54:
| outgoing || array(row(sent bigint, failed bigint))) || For each batch of records uploaded as part of a Sync, how many records were sent in that batch and how many failed.
| outgoing || array(row(sent bigint, failed bigint))) || For each batch of records uploaded as part of a Sync, how many records were sent in that batch and how many failed.
|}
|}
<big>'''FAQ'''</big>
Q: In *engines*, we have *status* and '''failureReason''', how are they different from the columns with the same names?
A: These are the exceptions and status for the engine itself, whereas the columns at the top-level of the table are for the entire sync. The error handling should be cleaned up, but in general, '''failureReason''' will be reporting bugs, whereas "status" is reporting when we explicitly decided that we couldn't apply a record.


=== Query Examples ===
=== Query Examples ===
54

edits