mzaja / betfair-database

Turns a collection of historical Betfair data into a queryable SQL database.
MIT License
9 stars 0 forks source link

Handle existing files in the database when inserting #17

Closed mzaja closed 11 months ago

mzaja commented 1 year ago

In Market._change_location, FileExistsError is raised if the market catalogue or data file already exists at the destination: https://github.com/mzaja/betfair-database/blob/d153e47a32f289e479872564502262eb32d9de04/betfairdatabase/market.py#L179-L186

mzaja commented 11 months ago

Logging is not critical for this feature so it will be implemented in another ticket.