Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

copy_to functionality #1

Open
Hergie opened this issue Mar 22, 2017 · 2 comments
Open

copy_to functionality #1

Hergie opened this issue Mar 22, 2017 · 2 comments

Comments

@Hergie
Copy link

Hergie commented Mar 22, 2017

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)?

@hoxo-m
Copy link
Owner

hoxo-m commented Mar 22, 2017

We have not implemented it yet.
We are planning to implement it future.

@hoxo-m
Copy link
Owner

hoxo-m commented Oct 18, 2017

Now you can.

testDB <- mtcars
copy_to(con, testDB, 'WORK_DATABASE.testDB', temporary = FALSE)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants