Run a $merge stage with the following form:
{
"$merge": {
"into": {
"db": "foo"
}
Outputs documents to the "foo." collection.
When running a $merge stage with no "coll" specified, $merge does not return an error. However, this field should be required.