Closed bsmithgall closed 8 years ago
I feel like it's a related issue. We'll have various combinations of connection
and extraction
-- enough to justify not creating an extractor
for each possible combo. Do you think mixins would be a solution? If so, would it be taht each extractor just inherit from a connection
mixin?
@bsmithgall I believe this was fixed a while ago with the creation of HTTPConenctor
and RemoteFileConnector
I'm going to close this unless you have any objections.
An interesting question is whether or not this should be related to #17, insofar as it involves a
connection
and then a separateextraction
.