You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all: thanks for the very useful package. I am a frequent user of the rs_replace_table function. However, today I noticed the upload to Redshift from S3 does not continue when a warning occurs.
I got this warning:
<simpleWarning in result_fetch(res@ptr, n = n): Don't need to call dbFetch() for statements, only for queries>
And after that the upload to Redshift was skipped and the tables were deleted again from the S3 bucket.
After removing the line warning = function(w) { print(w) } from the rs_replace_table function in my R session (see replace.R line 97-99), it worked fine again. Not sure if you intended the upload to stop when a warning occurs, but I just wanted to inform you about this issue.
The text was updated successfully, but these errors were encountered:
First of all: thanks for the very useful package. I am a frequent user of the rs_replace_table function. However, today I noticed the upload to Redshift from S3 does not continue when a warning occurs.
I got this warning:
<simpleWarning in result_fetch(res@ptr, n = n): Don't need to call dbFetch() for statements, only for queries>
And after that the upload to Redshift was skipped and the tables were deleted again from the S3 bucket.
After removing the line
warning = function(w) { print(w) }
from the rs_replace_table function in my R session (see replace.R line 97-99), it worked fine again. Not sure if you intended the upload to stop when a warning occurs, but I just wanted to inform you about this issue.The text was updated successfully, but these errors were encountered: