|
self.cdf_client.events.create([e for e in self.upload_queue]) |
Using EventUploadQueue feels different from TimeSeriesUploadQueue, RawUploadQueue, FileUploadQueue, and SequenceUploadQueue.
For each, there's some way to create_missing, ensure_parent, or overwrite except for EventUploadQueue. Unfortunately, when you EventUploadQueue, you must pre-process the Events that you are adding and ensure that it does not already exist.