Skip to content

skip duplicate rows #1

@jameslaneconkling

Description

@jameslaneconkling

if downloader is run multiple times, it will reject any csv file upload if that file already matches rows in the db. GLOBALEVENTID has a PRIMARY KEY constraint that will throw a error: duplicate key value violates unique constraint error.

only an issue if downloader is run for the same dates multiple times with different filters. would be nice to ignore duplicates and let any new rows through, i.e. something like UPSERT.

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