Open
Description
Hello,
Does the teradata backend allow for dplyr's copy_to
to function?
After establishing a connection to the database, the following code fails:
testDB<-mtcars
copy_to(con, testDB, 'WORK_DATABASE.testDB')
Error in db_data_type.RODBC(dest$con, df) : Unimplemented
Is this a general issue or specific to my system setup? What is the SQL query that copy_to refers to (e.g. CREATE TABLE)?
Metadata
Metadata
Assignees
Labels
No labels