You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
current: server expects decoded data to be a json object
and adds timestamp and recordId to each json object
change: the decoded data can be either a json object or a heavily nested json
server decodes the data, flattens it (using generic flattening),
then adds timestamp and recordId to each flattened json object
also, all flattened json objects are converted as json array
then ingested using common ingestion flow
0 commit comments