redshiftTools icon indicating copy to clipboard operation
redshiftTools copied to clipboard

R Tools to use Amazon Redshift with R

Results 8 redshiftTools issues
Sort by recently updated
recently updated
newest added

Error: Expecting a single string value: [type=character; extent=2]. ``` 14. stop(structure(list(message = "Expecting a single string value: [type=character; extent=2].", call = NULL, cppstack = NULL), class = c("Rcpp::not_compatible", "C++Error", "error",...

I've just upgraded R to version 4.0.0. When I try to install the package with the following command ``` install.packages("redshiftTools",repos = c("http://rstudio.org/_packages","http://cran.rstudio.com")) ``` I am getting the following error: ```...

In order to put it back to CRAN, I would use Python's boto3 with reticulate or R's paws Library: https://cran.r-project.org/web/packages/paws/index.html

Hi @sicarul, I have been working on a solution to push tables from R to redshift. However, I have encountered an issue while using the rs_upsert_table command wherein I am...

Double byte char types like utf-8 such as JP characters are actually a different size in redshift storage for varchar, needs to accommodate these double type types. Can you update...

This error is showing now when uploading data Warning message: In value[[3L]](cond) : Failed to fetch row: ERROR: AWS session token not found DETAIL: ----------------------------------------------- error: AWS session token not...

This is a feature request more than an issue. I'm interested in a function that can be used to download the contents of a table or results of a query...

I'm trying to upload the content of a data frame into Redshift database using the following command: `redshiftTools::rs_upsert_table(MyDataFrame, dbcon=con, table_name='NewTableInDB', bucket="mybucket")` but it throws an error below: `Error in parse_aws_s3_response(r,...