target-postgres icon indicating copy to clipboard operation
target-postgres copied to clipboard

`SQLInterface`: Logger, exceptions

Open AlexanderMann opened this issue 7 years ago • 1 comments

Motivation

SQLInterface has no Error class, nor does it have a Logger. Both of these things are relatively simple, and would make surfacing problems to users much simpler.

Suggested Musical Pairing

https://soundcloud.com/kevinmorby/beautiful-strangers

AlexanderMann avatar Dec 14 '18 17:12 AlexanderMann

Logger has been tackled here: https://github.com/datamill-co/target-postgres/pull/76

Error class would still be wise.

AlexanderMann avatar Jan 10 '19 17:01 AlexanderMann