Has anyone ever seen this error before when trying to query to a database using an R node?
My code runs in R, but not in Alteryx..and I get this 'WriteYXDBStreaming Error.
Also, my first call to the DB works, but not the rest. (first is: s_o <- sqlQuery(mxctl,s_o_query) ...see bottom of R code)
When I check the data types of the output, they are all of class data.frame.
I have attached my workflow. Thanks in advance!