I'm upgrading MOP to bring in the new data services for single target queries, and I've found I had to customize the data processors because MOP is deployed through AWS, and accessing the data product files in order to ingest them needs slightly different write handling.
I got this working using django.core.files.storage.default_storage, so I'm recording the solution here for reference. The modified version can be found here.
I'm upgrading MOP to bring in the new data services for single target queries, and I've found I had to customize the data processors because MOP is deployed through AWS, and accessing the data product files in order to ingest them needs slightly different write handling.
I got this working using django.core.files.storage.default_storage, so I'm recording the solution here for reference. The modified version can be found here.