beanumber / etl

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

find_schema() is broken #32

Closed beanumber closed 7 years ago

beanumber commented 7 years ago

It seems like objects returned by the new version of dplyr have class src_dbi and no longer src_mysql, etc.

> db <- src_mysql_cnf("fec", groups = "client")
> class(db)
[1] "src_dbi" "src_sql" "src"    
> str(db)
List of 2
 $ con  :Formal class 'MySQLConnection' [package "RMySQL"] with 1 slot
  .. ..@ Id: int [1:2] 0 0
 $ disco:<environment: 0x75396d0> 
 - attr(*, "class")= chr [1:3] "src_dbi" "src_sql" "src"