jwijffels/ETLUtils

`fetch` is deprecated, causing newer DBI drivers to not work with ETLUtils

Closed this issue · 1 comments

The fetch function is deprecated as of 2015, per the DBI documentation. This causes non-legacy-compatible DBI drivers to break, as they do not implement a fetch generic (e.g. the bigrquery DBI driver).

The replacement is dbFetch, and likely could be swapped out in the ETLUtils code.

thanks for the notification and the fix!