Skip to content

Events does not handle duplicate or already existing IDs #213

Description

@sceniclife

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions