AMP-SCZ / dpdash

Deep phenotyping dashboard
Other
2 stars 1 forks source link

Fix import #754

Closed Elkrival closed 5 months ago

Elkrival commented 5 months ago

This pr fixes the last portion of the dpimport endpoint. The issue is with $set and $addToSet for documentdb it does not support empty objects. To fix this I separated the two methods and tested it with an EC2 and documentdb instance.