Make fetch_links documentdb compatible
Both $set and $unset aren't supported by DocumentDB in aggregation pipelines, but the same functionalily can be done with $addFields and $project which are supported in both MongoDB and DocumentDB
This PR is stale because it has been open 45 days with no activity.
Is there a reason not to merge this in? We would love to have fetch_links work on DocumentDB instead of writing workaround code around it. Currently, we are having to reimplement this functionality outside of Bunnet.
This PR is stale because it has been open 45 days with no activity.
This PR was closed because it has been stalled for 14 days with no activity.