beanumber / etl

R package to facilitate ETL operations
127 stars 21 forks source link

convert from DBIConnection to src_*? #1

Closed beanumber closed 8 years ago

beanumber commented 9 years ago

You can recover a DBIConnection object from a src_* object with db$con. But can you cast a DBIConnection object into a src_* object? It seems like this should work, but I'm not sure the functionality exists.

beanumber commented 8 years ago

In the newapi branch every etl object extends a dplyr::src_sql object, so this is moot.