Skip to content

[Refactor] insert_or_update_bulk is a thin wrapper around insert_or_update_batch without a purpose? #926

@dshemetov

Description

@dshemetov

in src/acquisition/covidcast/database.py we have:

  def insert_or_update_bulk(self, cc_rows):
    return self.insert_or_update_batch(cc_rows)

minor nit: this wrapper doesn't seem to do anything...

Originally posted by @dshemetov in #903 (comment)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions