Merge worker
Version:
The merge worker (MergeWorker) is a deferred worker that is responsible for merging the tables created by the projection worker into a single table. To use the merge worker, register a merge worker task that includes a merge worker options dictionary:
Important
A merge worker task should always be registered in a task chain after a projection worker task.